nixos-config VS ish

Compare nixos-config vs ish and see what are their differences.

nixos-config

Dell XPS 13 NixOS and home-manager configuration (by ymatsiuk)
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
nixos-config ish
1 155
30 16,234
- 1.5%
9.3 9.7
4 days ago 7 days ago
Nix C
MIT License GNU General Public License v3.0 or later
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.

nixos-config

Posts with mentions or reviews of nixos-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-06.
  • iPadOS 16 takes the versatility of iPad even further
    6 projects | news.ycombinator.com | 6 Jun 2022
    ---

    With NixOS you declare your entire OS in a script, something along the lines of Ansible or Terraform. This can even go as far as configuring your user settings, with dotfiles, gsettings, or various other things (often the modules will expose settings in the native nix language and write out the yaml/toml/json/whatever else that is required). The idiomatic way to do this is to use the built-in NixOS configuration (under /etc/nixos) to set up system-level things: mounts, drivers, users, system-level packages (e.g. greetd+sway), and things that change rarely. You then use a project called home-manager to manage everything inside your user configuration (including applications you use), which itself uses nix. By separating it like this, I can sync my entire experience between my laptop and desktop with Git.

    I am currently flighting using a separate "nix flake" for both, which allows you to pin versions of packages (with a lockfile). It also allows you to easily pull in other repositories. It hasn't really taken off yet, and the NUR (Nix User Repository, analogous to the amazing Arch User Repository) is still in infancy. I'd offer up my nix configs as an example, but I am currently in the "make it work" example. I have been yoinking several great ideas from this fantastic nix repo: https://github.com/ymatsiuk/nixos-config

    The main challenge with Nix is that it doesn't have an FHS: there is no `/usr`, `/bin`, and what you would typically expect. The advantage here is that conflicting dependency versions are not a problem. The problem is that you need to either build any binaries yourself, or wrap them in an FHS helper.

    Nix has a virtualenv system `nix develop` and it's very powerful, especially for teams.

    Silverblue

ish

Posts with mentions or reviews of ish. 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 blocks PC emulator in iOS App Store and third-party app stores
    1 project | news.ycombinator.com | 10 Jun 2024
    If you're curious, iSH's source is public: https://github.com/ish-app/ish

    You're correct that there is no Linux kernel emulation. They went with reimplementation for that. However, the userland is very much emulated x86 binaries. You can even compile your own C code inside iSH and run it. When you syscall, control passes from the threaded code[0] interpreter into the Linux reimplementation.

    The reason why they aren't shipping Debian is that the threaded code technique being used as a JIT substitute in both iSH and UTM SE is far too slow to run a full Debian derivative. Believe me, I tried installing Ubuntu on UTM SE and it took literal hours and flattened my iPad battery in the process. iSH uses Alpine Linux because it's very lightweight[1].

    As far as I'm aware there's no secret deal with Apple to lock iSH down. The only limitations I've ran into have to do with MySQL, which wants unaligned atomics, which you can't do on ARM64 without compromising the performance of the emulator. I actually had a discussion with the developer of iSH about this and put in a PR to make MySQL stop crashing iSH.

    [0] return-oriented programming

    [1] So lightweight it doesn't even ship anything GNU, making it one of the few genuine "Linux distros" with no slash or plus or "I would just like to interject"

  • Apple downgrades new M2 iPad Air, 9-core GPU instead of 10-core
    1 project | news.ycombinator.com | 1 Jun 2024
    > in software side of Ipad IOS, that is the biggest innovation in years

    That would be iSH, slow but functional Alpine Linux emulation for iOS.

    https://ish.app

  • Apple must open iPadOS to sideloading within 6 months, EU says
    4 projects | news.ycombinator.com | 30 Apr 2024
    > Just imagine how much more versatile the iPad Pro would be if only you could run Linux VMs on it

    After installing https://ish.app for Alpine Linux emulation on iPad, one immediately comes up with use cases, even though it's excruciatingly slow.

    Hopefully Apple opens up the imminent M3 iPad Pros to run macOS and Linux VMs.

  • Homelab Adventures: Crafting a Personal Tech Playground
    7 projects | dev.to | 22 Apr 2024
    iSH
  • Ente: Open-Source, E2E Encrypted, Google Photos Alternative
    23 projects | news.ycombinator.com | 1 Mar 2024
    They don't "allow" it, but most apps that need background execution just ask permission for geolocation tracking and pretend to use it, for example iSH[1]. There are a few activities that the app can do to prevent itself from being suspended when it goes out of focus, like playing sound, geolocation etc.

    [1] https://github.com/ish-app/ish/issues/249#issuecomment-54433...

  • How to copy a file between devices?
    32 projects | news.ycombinator.com | 14 Feb 2024
    Android: install termux, `pkg install openssh`, and preferably run `termux-setup-storage` to give it access to storage folders.

    iOS: I think https://ish.app/ ?

  • How Virtualisation came to Apple Silicon Macs
    6 projects | news.ycombinator.com | 11 Jan 2024
    This of course hasn't been true for years, eg: http://omz-software.com/pythonista/index.html

    And you can run a C compiler (or anything) inside https://ish.app/ too.

  • ScummVM officially released in the App Store
    4 projects | news.ycombinator.com | 30 Dec 2023
    False. iSH is an x86 "bytecode" emulator.

    "Possibly the most interesting thing I wrote as part of iSH is the JIT. It's not actually a JIT since it doesn't target machine code. Instead it generates an array of pointers to functions called gadgets, and each gadget ends with a tailcall to the next function; like the threaded code technique used by some Forth interpreters."

    https://github.com/ish-app/ish

  • Windows is now an app for iPhones, iPads, Macs, and PCs
    2 projects | news.ycombinator.com | 20 Nov 2023
    There is an x86 virtual machkne running Linux available on the App Store now.

    https://ish.app/

    Now would Apple allow a full blown Windows VM is a different question

  • Stop EU Chat Control
    1 project | news.ycombinator.com | 14 Oct 2023
    There are plenty of solutions for running Python in an IDE on the iPad. There is an even an x86 emulator and a Linux terminal built on top of it in the App Store.

    https://ish.app/

    It can run anything that you can run on an x86 in user mode. I downloaded the AWS CLI (which requires Python) to run some tests

    By the way, you were completely wrong about VSCode being written in .Net.

    > That's just compiling the code to a native binary, which you would then have to go submit through Apple's store. How does that help for an IDE expected to allow you to test (i.e. execute) and debug the code you've just written ten seconds ago?

    There is an existence proof that it could be done. If you ran iSH with remote VNC you could have a full IDE on a Mac.

    > We can see right there some examples of what isn't allowed:

What are some alternatives?

When comparing nixos-config and ish you can also consider the following projects:

UTM - Virtual machines for iOS and macOS

termux-packages - A package build system for Termux.

box64 - Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices

AltStore - AltStore is an alternative app store for non-jailbroken iOS devices.

Code-Server - VS Code in the browser

Blizzard-Jailbreak - An Open-Source iOS 11.0 -> 11.4.1 (soon iOS 13) Jailbreak, made for teaching purposes.

usbfluxd - Redirects the standard usbmuxd socket to allow connections to local and remote usbmuxd instances so remote devices appear connected locally.

ispy-shell

waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

iOS-OTA-Downgrader - A multi-purpose script to save blobs, restore, and jailbreak supported legacy iOS devices [Moved to: https://github.com/LukeZGD/Legacy-iOS-Kit]

ios-signer-service - ✒ A free, self-hosted, cross-platform service to sign and install iOS apps, all without a computer [Moved to: https://github.com/SignTools/SignTools]

wttr.in - :partly_sunny: The right way to check the weather

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