Installation
Get started with the Termiflow CLI. Our command-line interface provides a high-throughput, sovereign environment for real-time market data and system orchestration directly from your terminal.
Install CLI via Go
The primary way to install Termiflow is through the Go toolchain. This ensures you have the latest binary compiled for your specific architecture.
Alternative: Homebrew
Install a pre-built binary via Homebrew tap. Available on macOS and Linux.
Alternative: Claude Code
Paste the following into Claude Code and it will install and configure Termiflow for you.
Initialize Configuration
Once installed, initialize your local environment. This process creates the ~/.config/termiflow/config.toml file and verifies your API credentials.
Your First Feed
Subscribe to a topic and pull your first curated feed. The AI engine will score and rank results based on technical relevance.
Global Flags
| FLAG | DESCRIPTION | DEFAULT |
|---|---|---|
| --verbose, -v | Enable detailed logging output | false |
| --config, -c | Path to custom config file | ~/.config/termiflow/config.toml |
| --format | Output format [text, json, table] | text |
| --quiet, -q | Suppress non-essential output | false |
Watch Mode
Stream live updates to your terminal. Watch mode keeps your feed refreshing in real-time, perfect for a persistent terminal pane.
Offline Mode
Access your cached feed without an internet connection. Termiflow stores all fetched data in a local SQLite database.