Products
CLI
Install, update, and manage TARX from the command line.
Install
curl -fsSL cli.tarx.com/install | shDownloads the TARX binary (~2.9MB), installs to ~/.tarx/bin/, and adds to PATH. Works on macOS (Apple Silicon + Intel) and Linux.
Commands
| Command | Description |
|---|---|
tarx | Start the TARX runtime |
tarx status | Check service health |
tarx update | Pull the latest version |
tarx spaces | List all Spaces |
tarx remember "..." | Store a memory from the terminal |
tarx recall "..." | Semantic search over memories |
tarx serve | Start 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 = 11437Shell Completions
tarx completions bash >> ~/.bashrc
tarx completions zsh >> ~/.zshrc
tarx completions fish >> ~/.config/fish/completions/tarx.fishUninstall
rm -rf ~/.tarxAll data is stored locally. Nothing to deactivate, no accounts to close.
