Skip to content

Releases: mourad-ghafiri/aiTerminal

Release list

aiTerminal

Choose a tag to compare

@mourad-ghafiri mourad-ghafiri released this 23 Jul 13:19

aiTerminal

A fast, light, AI-first terminal, written from scratch in Rust — zero external
crates
, no Electron, no web view. It is a terminal, full stop: PTY panes, tabs and
splits, themes, keymaps, plugins, profiles. The AI is woven into the shell itself
through one idea:

Everything is a terminal command. No settings UI, no side apps — you type
@-commands at your normal prompt and edit TOML files.

❯ @ai find the 5 biggest files under src and sort them
❯ press Enter to run (or edit)
❯ du -a src | sort -rn | head -5

❯ @coder "add a --json flag to the export command"        # a full agentic run
❯ @flow review "the auth module"                          # a multi-step workflow
❯ @loop "make the tests pass" --check "cargo test"        # iterate until verified
❯ @flow implement --bg "migrate configs to TOML"          # …in the background
❯ @job                                                    # monitor runs + logs
❯ @profile switch work                                    # live profile switch