ml-intern-codex is a local-first ML engineering terminal app built on top of your installed codex.
- full-screen Rust TUI
- local wrapper app-server
- skill-first ML workflows
- local artifact persistence for reports, audits, and job snapshots
codexonPATH- a working local Codex auth/config under
~/.codex curltarpython3
Quick check:
codex --versionLatest release install:
curl -fsSL \
https://raw.githubusercontent.com/BetterAndBetterII/ml-intern-codex/main/scripts/install-remote.sh \
| bashThis downloads the latest GitHub release for your platform and installs:
- release files into
~/.local/share/ml-intern-codex - launchers into
~/.local/bin
If you already cloned the repo:
./scripts/install.shIf ml-intern is still not found after install, open a new shell or run:
. "$HOME/.cargo/env"Start the TUI:
ml-internUseful first commands inside the app:
$— open the skill picker/skills— list skills/threads— resume a thread/artifacts— browse saved artifacts/help— show keybindings
Start the local app-server directly:
ml-intern-app-serverRun the workspace tests:
cargo test --workspaceSee docs/IMPLEMENTATION_STATUS.md for implementation notes and current validation status.