TARXDocs
⌘Ktarx.com →

Search Docs

Skip to Content
Products

CLI

Install, update, and manage TARX from the command line.

Install

curl -fsSL cli.tarx.com/install | sh

Downloads the TARX binary (~2.9MB), installs to ~/.tarx/bin/, and adds to PATH. Works on macOS (Apple Silicon + Intel) and Linux.

Commands

CommandDescription
tarxStart the TARX runtime
tarx statusCheck service health
tarx updatePull the latest version
tarx spacesList all Spaces
tarx remember "..."Store a memory from the terminal
tarx recall "..."Semantic search over memories
tarx serveStart the MCP server

Configuration

Config lives at ~/.tarx/config.toml:

[inference] model = "tarx-qwen2.5-7b" port = 11435 [mesh] enabled = true port = 11436 [embeddings] model = "nomic-embed-text-v1.5" port = 11437

Shell Completions

tarx completions bash >> ~/.bashrc tarx completions zsh >> ~/.zshrc tarx completions fish >> ~/.config/fish/completions/tarx.fish

Uninstall

rm -rf ~/.tarx

All data is stored locally. Nothing to deactivate, no accounts to close.