Skip to content

v0.7.2 — CLI mode (tigrim)

Latest

Choose a tag to compare

@Sompote Sompote released this 30 Jul 22:17
· 3 commits to main since this release

⌨️ New: CLI mode — tigrim

TigrimOS in your terminal, Claude Code-style. No installation — download the single tigrim file into the folder you want the agent to work in and run it:

cd my-project
# Apple Silicon (M1–M4):
curl -L https://github.com/Sompote/TigrimOSR/releases/download/v0.7.2/tigrim-0.7.2-macos-arm64.tar.gz | tar xz
# Intel Macs:
# curl -L https://github.com/Sompote/TigrimOSR/releases/download/v0.7.2/tigrim-0.7.2-macos-x86_64.tar.gz | tar xz

./tigrim                                     # interactive agent REPL
./tigrim -p "summarize the CSV files here"   # one-shot: answer on stdout
  • The folder you run it in becomes the agent's workspace; .tigrimos/ holds project-local YAML agents, agent-loop profiles and graph profiles (global settings as fallback — zero config if you already use the desktop app).
  • Slash commands for everything: /agents /agent /model /mode /loop /graph /skills /mcp /settings /new /stop /status /tasks /clear /help /exit.
  • Streaming answers, dim tool-call progress lines, y/n approval prompts, Ctrl-C cancels the run (process tree included).
  • One-shot -p mode for scripts/CI: final answer on stdout, progress on stderr, flags --mode --loop --graph --agent --model --session --new --yes --cwd, exit codes 0/1/2/130.
  • Each folder keeps its own chat history; desktop and --headless modes are unchanged — all three share the same engine, settings and profiles.

macOS may quarantine the downloaded binary — clear once with xattr -d com.apple.quarantine ./tigrim.

See the CLI mode section in the README for the full guide.

Assets

File What it is
tigrim-0.7.2-macos-arm64.tar.gz CLI — copy into any folder and run — Apple Silicon (M1–M4)
tigrim-0.7.2-macos-x86_64.tar.gz CLI — copy into any folder and run — Intel Mac
tigrim-0.7.2-windows-x64.zip CLI — Windows 10/11 x64 (unzip, run tigrim.exe in any folder)
tigrim-0.7.2-linux-x86_64.tar.gz CLI — Linux x64 (glibc 2.36+, e.g. Ubuntu 22.04+/Debian 12+)
TigrimOS-0.7.2.dmg macOS desktop app — universal (Intel + Apple Silicon)
tigrimos-0.7.2-macos-arm64.tar.gz macOS plain binary (desktop/headless), Apple Silicon (M1–M4)
tigrimos-0.7.2-macos-x86_64.tar.gz macOS plain binary (desktop/headless), Intel
TigrimOS-0.7.2-x64.msi Windows 10/11 installer (x64) — installs to Program Files + Start Menu shortcut