holzschu/ios_system
Drop-in replacement for system() in iOS programs observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 66
- Release rhythm 37
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 257
- age_days: 3193
- days_rel: 205
- days_push: 205
- n_releases_24m: 2
Adoption not part of the score
1064 stars · 183 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A drop-in replacement for the system() C function on iOS, provided as an iOS framework that executes Unix shell commands, archive/network utilities, and interpreted languages like Python, Lua, and TeX. Commands are defined in plists and loaded dynamically from embedded frameworks.
Use cases
- run unix shell commands inside an iOS app
- port a C program that calls system() to iOS
- embed a terminal or shell in an iOS application
- execute python or lua scripts on iOS
- add curl, tar, gzip support to an iOS app
- build an iOS terminal emulator
When to choose
- you are porting Unix utilities (vim, TeX, Python) to iOS and hit 'system is unavailable' errors
- you want to give an iOS app a Unix-like command execution environment
- you are building a terminal app like Blink or LibTerm
When to avoid
- you need a real multi-user Unix shell with full process control on iOS
- your project targets platforms other than iOS
- you need to write to the home directory root, which iOS sandboxing forbids
Facets
library · maturity active
cli interpreter file-system http-client developer-tools mobile-development cpp ios system-replacement unix-shell shell-commands terminal-emulation c-framework command-line mobile
1 source
- readme: https://github.com/holzschu/ios_system · fetched 2026-08-28 · 50c376bbe52c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| holzschu/ios_system | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="holzschu/ios_system")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem