llvm-mingw VS ish

Compare llvm-mingw vs ish and see what are their differences.

llvm-mingw

An LLVM/Clang/LLD based mingw-w64 toolchain (by mstorsjo)
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
llvm-mingw ish
15 153
1,638 15,995
- 1.2%
8.8 9.7
3 days ago 4 days ago
C C
GNU General Public License v3.0 or later 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.

llvm-mingw

Posts with mentions or reviews of llvm-mingw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-14.
  • Crystal 1.11.0 Is Released
    6 projects | news.ycombinator.com | 14 Jan 2024
  • Ask HN: Who is using the D language and likes/doesn't like it? Why?
    6 projects | news.ycombinator.com | 23 Sep 2023
    > Doing Python with a C plugin, or just compiling a command line C/C++ isn't really systems programming.

    I care about a minimal set of tools in order to compile C/C++ programs. thats offered by:

    https://github.com/mstorsjo/llvm-mingw/releases

    and also MSYS2, and even the Zig C compiler. all less than 200 MB. meanwhile Visual Studio installing about 10 GB worth. If Microsoft can offer a similar experience then I am interested.

  • Clang compiler for Windows 10 gives this error
    1 project | /r/C_Programming | 2 Jul 2023
    Pick a community-supported Clang-based Mingw-w64 distribution.
  • My 24 year old HP Jornada can do things your modern iPhone still can't do
    5 projects | news.ycombinator.com | 15 Jun 2023
    > AFAIK there is no native GCC compiler for Windows

    might want to check your facts before spouting nonsense. there is, and has been for many, many years. more than one in fact:

    https://github.com/mstorsjo/llvm-mingw

    https://packages.msys2.org/base/mingw-w64-gcc

  • Release candidate: Godot 4.0 RC 5 (Yes, the pace is picking up!)
    3 projects | /r/godot | 24 Feb 2023
    MinGW is notoriously slow to link compared to MSVC, unless using llvm-mingw with the link=lld SCons option. If using MSVC, make sure to use 2022 or at least 2019 if possible – recent linkers tend to be faster than older versions.
  • Toolchain for cross-compiling DLL to windows/arm64
    1 project | /r/golang | 22 Nov 2022
    GCC doesn't support windows/arm64, but you should be able to do it with LLVM. I've never gotten it to work myself, but should be able to supply a cross toolchain: https://github.com/mstorsjo/llvm-mingw
  • Ask HN: Programming Without a Build System?
    15 projects | news.ycombinator.com | 12 Nov 2022
    Visual Studio is a bloated mess, and has been for many years. Its at least 10 times larger than other options, such as MinGW-LLVM:

    https://github.com/mstorsjo/llvm-mingw

  • Because cross-compiling binaries for Windows is easier than building natively
    15 projects | news.ycombinator.com | 18 Jun 2022
    Sadly Qt ships MinGW 8.1 which is positively ancient (released in 2018). If you're starting a new project (which you likely are if you are installing an IDE aha) there's no reason not to go for more recent compilers - msys2 has GCC12 (https://packages.msys2.org/package/mingw-w64-x86_64-gcc) and Clang 14 (https://packages.msys2.org/package/mingw-w64-x86_64-clang) which just work better overall, have much more complete C++20 support, have less bugs, better compile times (especially clang with the various PCH options that appeared in the last few versions), better static analysis, etc.

    Personally I use https://github.com/mstorsjo/llvm-mingw's releases directly which does not require MSYS but that's because I recompile all my libraries with specific options - if the MSYS libs as they are built are good for you there's no reason not to use them.

  • Some sanity for C and C++ development on Windows
    3 projects | news.ycombinator.com | 1 Jan 2022
    you can grab it here: https://github.com/mstorsjo/llvm-mingw/releases/tag/20211002
  • The Atrocities of COM win32 headers
    9 projects | news.ycombinator.com | 18 Dec 2021
    Clang (and lld) do support native TLS, and mingw-w64 does have the things that are needed. I think binutils also might have what's needed too, but AFAIK the thing that's missing is support for it in GCC.

    Actually, (upstream) Clang defaults to native TLS instead of emulated TLS. In MSYS2, Clang is overridden to use emulated TLS by deafult to interoperate better with GCC built code and libstdc++ though.

    The toolchain I maintain, https://github.com/mstorsjo/llvm-mingw, defaults to native TLS throughout.

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 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:

  • ISH: Linux shell running on iOS/iPadOS, using usermode x86 emulation
    1 project | news.ycombinator.com | 25 Jul 2023
  • Lima: A nice way to run Linux VMs on Mac
    18 projects | news.ycombinator.com | 10 Jul 2023

What are some alternatives?

When comparing llvm-mingw and ish you can also consider the following projects:

mingw-w64 - (Unofficial) Mirror of mingw-w64-code

UTM - Virtual machines for iOS and macOS

w64devkit - Portable C and C++ Development Kit for x64 (and x86) Windows

termux-packages - A package build system for Termux.

msys2

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

cmake-init - The missing CMake project initializer

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

MSYS2-packages - Package scripts for MSYS2.

Code-Server - VS Code in the browser

mxe - MXE (M cross environment)

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