Rcarmo/iOS-terax-AI: Personal fork of Terax for integration with iOS-Linux-kit
The article discusses an experimental fork of the Terax application designed for iPadOS integration. This version modifies the original desktop application to function within an embedded LinuxKit environment on iOS. It is still in development and not intended for general use as a stable product.
- ▪The fork replaces desktop host shell assumptions with an embedded ios-linuxkit ARM64 Linux runtime.
- ▪It maintains the Terax React/Tauri UI structure while altering the mobile backend and terminal functionalities.
- ▪The project is currently under active debugging, focusing on terminal fidelity and process lifecycle management.
Opening excerpt (first ~120 words) tap to expand
Terax iOS LinuxKit Experimental Fork This repository is an experimental fork of crynta/terax-ai. It is not the upstream Terax desktop application and should not be treated as a stable release branch. The purpose of this fork is to make Terax run on iPadOS by replacing the desktop host shell/filesystem assumptions with an embedded ios-linuxkit ARM64 Linux runtime. The original upstream README is preserved verbatim in ORIGINAL_README. Current Goal Terax started as a Tauri desktop terminal and AI workspace. Desktop builds run commands through host PTYs, host shells, and the host filesystem.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.