XQuartz VS blink

Compare XQuartz vs blink and see what are their differences.

XQuartz

An X11 server and client libraries for macOS (by XQuartz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
XQuartz blink
36 39
752 5,983
1.6% 0.4%
6.7 9.2
11 months ago 12 days ago
Shell Swift
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

XQuartz

Posts with mentions or reviews of XQuartz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • C-Macs – a pure C macOS application
    11 projects | news.ycombinator.com | 19 Apr 2024
    brew install --cask xquartz

    Or install from the project homepage [1]. Then just launch the X11 app. Note that it does require the application to be built for Mac - it’s not an emulator, just an implementation of the X11 APIs.

    [1] https://www.xquartz.org/

  • Understanding Keyboard Events Better
    2 projects | news.ycombinator.com | 4 Dec 2023
    I’ve recently spent some time working with terminal emulators in raw mode on macOS. While I chose to handle key events using escape codes, and found it seriously difficult (even gave up) to process the shift modifier key. However, I came across xquartz [1], which seems to do similar things as mentioned in the article. Would detecting shift key state have been trivial using such a library?

    [1] https://github.com/XQuartz/XQuartz

  • Audacity 3.4 – New Musical Features
    10 projects | news.ycombinator.com | 2 Nov 2023
    The contents are rendered through gtk/cairo which not only goes through https://www.xquartz.org/ but also doesn't use GPU rendering (it was experimental 3 years ago, maybe better now). The main issue seems to be that neither Inkscape nor gtk people have much low level Darwin experts or time available to invest in debugging the whole rendering stack. See for example https://gitlab.com/inkscape/inkscape/-/issues/1614 and all the other referenced issues for all the gory details.
  • ksh88 string substitution in alias | mpv streaming
    1 project | /r/openbsd | 2 Nov 2023
    I live in a mezzanine studio using a M1 macbook for a workstation (writing/editing) and my old laptop with openbsd as a local server. I play music from that obsd server upstairs, which thus fills the whole room down to my desktop through the plugged-in speakers. My hosted library plays fine with mpd and ncmpcpp, and I just figured out it's not so difficult to use mpv to play streamed youtube videos, since firefox in XQuartz streaming from xenocara is way too slow anyhow.
  • Back to Emacs - I have some questions
    1 project | /r/emacs | 9 Jul 2023
    There is an alternative: I ended up using Xquartz to give me an X11 environment and then running StumpWM as my tiling window manager. I used this for all my productive stuff, running full screen in MacOS, then a quick keypress got me back to the Mac environment.
  • Red Hat considers Xorg “deprecated” and will remove it in the next RHEL
    5 projects | news.ycombinator.com | 8 May 2023
  • Which mac should I get for study?
    1 project | /r/mac | 22 Mar 2023
    I also used Xquartz. Emacs was better for me though because capturing text output and documenting what I captured was so much easier than X-window.
  • Does Wine work on mac at all?
    1 project | /r/winehq | 15 Mar 2023
    Link
  • how to ssh from linux or windows to mac os with x11?
    1 project | /r/commandline | 15 Mar 2023
  • Do most people just run zsh, or is it common to switch to bash?
    1 project | /r/mac | 4 Mar 2023
    I used a Mac for router software testing for over 20 years. I ran a shell on my mac either through Emacs (on occasion) or X-quartz with terminal connections to a dozen or more routers, linux and or Windows systems. In all that time, I opened the terminal on my mac maybe 5 times.

blink

Posts with mentions or reviews of blink. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.
  • Apple must open iPadOS to sideloading within 6 months, EU says
    4 projects | news.ycombinator.com | 30 Apr 2024
    you can work on it

    https://blink.sh/

    see also https://docs.blink.sh/advanced/code

  • iOS / iPadOS 17 👉 Blink 17
    1 project | /r/BlinkShell | 21 Sep 2023
    Fixes for the new OS, general improvements, and tons of thanks to all testers for their help! https://github.com/blinksh/blink/discussions/1850
  • Apple debuts iPhone 15 and iPhone 15 Plus
    2 projects | news.ycombinator.com | 13 Sep 2023
    You can already do that with an iPad (sans fat OS). If you're using Blink Shell (https://blink.sh) the external display is independent of what's on the iPad too, which works really neatly. This is the exact setup I used as my main dev machine in a previous role.

    Would be very nice to see if this works on the new iPhones. A thin client with decent security in your pocket with keyboard/mouse/display at both home and work seems like a very approachable computing setup.

  • Apple iPhone 15 Pro and iPhone 15 Pro Max
    1 project | news.ycombinator.com | 12 Sep 2023
    I use blink[0] with a 40% keyboard to develop linux program on a vps.

    If you want to do programming without wireless interenet, another option is to connect a raspberry pi zero 2w (with usb gadget mode enabled) to the usb c port using a single usb cable. Then the rpi zero will share a ethernet network with iOS device. Then you can use blink (again) to mosh to raspberrypi.local to do the development on the pi.

    The reason that I don't do it on android with termux is that there's no high quality terminal emulator like blink on android.

    [0]: https://blink.sh

  • Buying an iPad Pro for coding was a mistake
    7 projects | news.ycombinator.com | 29 Jun 2023
    There's also Blink [1] which includes a local shell (limited), ssh and mosh support, and comes with a local-first, but remote-dependent, vscode implementation. Works with vscode.dev, code-server (the coder.com and microsoft version), coder.com etc. Not free but a free TestFlight versions available if you accept to be a beta tester of sorts.

    I've had moderate success using it, but overall the code-server experience has been a bit lacking, in part due to languages I use, in part due to lots of software still assuming a local-first development environment (code-server/coder.com help with this by e.g. proxying http ports in your dev environment). A real IDE/code editor running on a MacBook is still way superior.

    [1] https://blink.sh

  • Prompt2, heads up; they are readying up another version Prompt2 has been abandoned by devs since iOS 14 / 1y ago in a crashing state - Now they want to make another money-heist cash-grab from its users by forcing them to upgrade one of the most expensive apps of all time.
    2 projects | /r/ios | 29 Jun 2023
    If you're okay with a subscription model for a terminal type shell, I would recommend Blink. Does everything Prompt did and more. They have a 1-week trial, and then you can subscribe for $20 a year.
  • Github code no longer updated?
    1 project | /r/BlinkShell | 12 May 2023
    I also opened https://github.com/blinksh/blink/issues/1777 so from now on everyone is able to see the commit reference that was used for the build.
  • Ed25519-sk on iOS
    1 project | /r/yubikey | 29 Apr 2023
    I took a wild stab at finding a non-subscription iOS app that supports Ed25519-sk, but ended up just moving back to ephemeral per-device ed25519 keys instead. Both Blink.sh and Terminus purport to support -sk / HW passkeys behind subscription paywalls, but I can't verify as I don't pay for subscription model apps.
  • iOS tools for self hosting
    2 projects | /r/selfhosted | 25 Apr 2023
    Big fan of Blink, makes it super easy to quickly ssh into a remote machine
  • Ask HN: What lesser-known accessories do you use with your computer?
    18 projects | news.ycombinator.com | 3 Apr 2023
    SSH or mosh (via https://blink.sh/) back to a cloud/remote NixOS VM. The iPad is purely a self-contained interface with a local browser.

What are some alternatives?

When comparing XQuartz and blink you can also consider the following projects:

HomeBrew - 🍺 The missing package manager for macOS (or Linux)

template-nixos - The NixOS template, configured for Gitpod (www.gitpod.io) to give you pre-built, nix based ephemeral operating system environments in the cloud.

homebrew-zathura - Homebrew formulae to build Zathura on Mac OS X

tailscale - The easiest, most secure way to use WireGuard and 2FA.

cage - A Wayland kiosk

sweep - Sweep: open-source AI-powered Software Developer for small features and bug fixes.

i3ass - A collection of shell scripts to ease the use of i3wm

blink - tiniest x86-64-linux emulator

Docker-OSX - Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.

streamdeck-ui - A Linux compatible UI for the Elgato Stream Deck.

pass-import - A pass extension for importing data from most existing password managers

HeadsetControl - Sidetone and Battery status for Logitech G930, G533, G633, G933 SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX