Stars…
Forks…
Open issues…
Last commit…
Source of truth is the public GitHub API for the armfortas repository.
Why this exists
fortsh exposed a practical gap on Apple Silicon.
The project README spells the motivation out plainly: gfortran and flang were not reliable enough on ARM64 for the real-world language features fortsh depends on, especially allocatable strings, C interop, and layout-sensitive behavior.
armfortas exists to make that failure mode tractable. Frontend, IR, optimizer, assembler, runtime, and linker work all stay in a codebase small enough to read, audit, and change.
Own the stackNo LLVM frontend, no borrowed backend, no “wait for upstream”.
Debug with sourceEvery stage is legible enough to instrument, test, and fix directly.
Target the real machineThe stack is built around ARM64 Mach-O and Apple Silicon workflows.