Zelos CLI Installation¶
The Zelos CLI lets you interact with the Zelos App, Zelos Agent, or Zelos Cloud directly from the terminal.
Quick Install¶
Manual Install¶
Download the binary for your platform, extract, and install it to ~/.zelos/bin
(the same location the quick install uses — no sudo required):
Download and extract manually:
- Download zelos-x86_64-pc-windows-msvc.zip
- Extract
zelos.exe - Move it to
%USERPROFILE%\.zelos\bin, or another directory on yourPATH
On macOS / Linux, add ~/.zelos/bin to your PATH if it isn't already:
Verify¶
Shell Completions¶
The installer automatically sets up shell completions. If you installed manually, or want to regenerate them, run:
--install updates your shell startup file automatically when the shell needs an explicit
activation step. If you intentionally disabled shell startup changes, the command prints
the exact snippet to add manually.
You can also print completions to stdout (e.g. for piping):
Commands¶
See the CLI Reference for full command documentation, flags, and usage examples.
Configuration¶
The CLI stores credentials in your system keyring and configuration in ~/.zelos/.
| Environment Variable | Description |
|---|---|
ZELOS_AGENT_URL |
Default agent endpoint for --host (default localhost:2300); an explicit --host wins |
RUST_LOG |
Override log level (e.g. RUST_LOG=debug) |
Uninstall¶
Remove the binary, configuration, and completions:
rm -rf ~/.zelos
rm -f ~/.config/fish/completions/zelos.fish
rm -f ~/.config/elvish/lib/zelos-completions.elv
This removes the binary too, since both the quick and manual installs place
it under ~/.zelos/bin. Also remove the ~/.zelos/bin line the installer
added to your shell profile (~/.profile, ~/.bashrc, or ~/.zshrc).
What's Next?¶
-
Install the SDK
Stream data from your application
-
Install the App
Visualize your data in real-time