⚑ One-line install · activates instantly

The AI co-pilot for your terminal.

Type a question. Press space. Done. Smart suggestions, OS-aware commands, unlimited history search, and a safety gate so the AI never runs anything without your okay.

. <(curl -fsSL https://starkai.sh/setup)
● No restart needed ● Bash & Zsh ● Linux + macOS ● Local model or cloud ● Free in beta

See it in action

A natural-language question turns into a real shell command β€” gated behind a single keypress.

~/projects Β· zsh
$

Built for real shells

Every feature designed to disappear when you don't need it and save your day when you do.

πŸ›‘οΈ

Spacebar Safety Gate

Every AI-suggested command is shown first. One press of Space to run. Dangerous commands (rm -rf, sudo, curl|sh) need explicit approval, always.

⚑

Triple-tap Full Auto

Working in a long session? Tap Space three times fast to auto-approve safe commands. ⚑ in your prompt reminds you you're in this mode.

🧠

Local or cloud AI

Default to your local Ollama (Qwen, Llama, etc) β€” zero cost, sub-second. Add --smart for tougher questions to route to Claude.

🎯

Top-5 menu with ?

Type apt ? or git ? to get a ranked list of the most useful next args. Pick a number, the command loads on your prompt.

πŸ”

Smart Ctrl-R search

Press Ctrl-R, type, get numbered matches from your unlimited shell history. Pick or Enter β€” the command lands on your line.

🌍

OS-aware

Detects Ubuntu, RHEL, Arch, Alpine, macOS automatically. Suggests apt on Debian, brew on Mac, dnf on Fedora β€” never the wrong tool.

πŸ”’

Locked mode for prod

SSH'd into a production box? ai --lock forces you to type yes ⏎ for every command. Can't be turned off mid-session.

🚫

SSH warnings, gone

Reprovisioning servers? ai option ssh secure off silences host-key warnings for the session. Re-enabled by opening a new shell.

Real moments

Tiny snippets from typical sessions.

πŸ€” "I forgot the syntax"
$ ai how do I rebase my last 3 commits interactively?
β”Œβ”€ StarkSpace ─────────────────────────┐
β”‚  $ git rebase -i HEAD~3
β”‚  [SPACE] run Β· [n/Esc] skip Β· [e] edit
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
# press SPACE
βœ“ opens your editor with the last 3 commits
🎯 "What can apt do?"
$ apt ?
StarkSpace: top 5 for `apt` …
  1) update           Refresh package index
  2) install          Install one or more packages
  3) upgrade          Upgrade all packages
  4) search           Search package descriptions
  5) autoremove       Clean unused dependencies
# type 2 β†’  command loads on prompt
$ apt install 
πŸ” "What did I run last week?"
# Ctrl-R
πŸ” history search: mysqldump
  1) mysqldump --all-databases > backup.sql
  2) mysqldump --single-transaction db > db.sql
  3) mysqldump --no-data db > schema.sql
# Press 1 β†’ command lands on prompt β†’ Enter
βœ“ backup complete in 4.2s
πŸ’¬ "Just type a question"
$ show me processes eating the most RAM
StarkSpace: thinking…
β”Œβ”€ StarkSpace ─────────────────────────┐
β”‚  $ ps aux --sort=-rss | head -10
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
βœ“ ran. top consumer: postgres (1.2G)

Three modes of trust

Match the safety level to the task at hand.

πŸš€

Manual

default

Every command needs a single Space. Daily driver.

⚑

Full-Auto

Space Γ— 3 rapid

Safe commands auto-run. Dangerous ones still gated.

πŸ”’

Locked

ai --lock

Type yes ⏎ for everything. For production sessions.

Ready to start? πŸš€

One line. Activates immediately. Removes cleanly with ai --uninstall.

. <(curl -fsSL https://starkai.sh/setup)

Or system-wide for every user: curl -fsSL https://starkai.sh/setup-system | sudo bash