Knaix CLIBY KOVALENT AI
BETA
KNAIX CLI v0.3.3 IS NOW LIVE

Sovereign Intelligence.
Forged in Rust.

Stop routing prompts through someone else's servers. Knaix is a native Rust binary that connects directly to your private Kovalent mesh, full AI orchestration, straight from the terminal.
knaix - zsh
$ knaix login
Info: Starting Knaix SSO Login...
Opening browser: https://app.kovalentai.com/cli-auth...
✓ Successfully logged in!
Info: Synchronizing with private mesh..
$ knaix up
⠋ Requesting compute...
⠼ [BUSY] Booting kernel for claude-e146c33e46...
✓ Node claude-e146c33e46 provisioned successfully.
$ knaix memory claude-e146c33e46
● Sovereign Memory | Node: claude-e146c33e46
Use `knaix memory --file <filename>` to read a file.
📄 _knaix_durable_memory.md
📄 _knaix_ephemeral_log.md
$ knaix repl claude-e146c33e46
● Knaix AI Session: claude-e146c33e46 (Type '/exit' to end)
knaix [claude-e146c33e46]> /remember Create an ingress gateway routing rule.
Intent recognized: Create an ingress gateway routing rule.
✓ Explicit memory securely stored and available across sessions.

Why Knaix?

Rust Powered

Native binary that cold-starts in milliseconds. Streams private data at wire speed with zero runtime overhead.

Sovereign Mesh

Every packet travels your private WireGuard mesh. Your computations never touch our infrastructure.

Developer First

Clean command surface, standard config files, and first-class --json output for headless CI/CD automation.

Agentic Memory

Non-volatile context that persists across sessions and stays in sync with the Dashboard on your isolated node.

Codebase Aware

Recursive local indexing builds a semantic map of your workspace. Full context awareness, zero data exfiltration.

Sandboxed Loops

Autonomous tool execution within strict blast-radius policies. Iterate and self-correct without leaving the terminal.

The Knaix Command Suite

knaix login

Authenticate via Kovalent SSO. Opens browser, returns a session token.

knaix up

Provision a sovereign compute node and join it to your mesh.

knaix list

Display your active nodes, mesh addresses, and runtime status.

knaix use

Set a default node context for all subsequent commands.

knaix repl

Open a persistent, interactive session with your AI agent.

knaix memory

Inspect the durable and ephemeral memory stored on your node.

knaix chat

Send a single-shot query to an agent and print the response inline.

knaix upload

Ingest local files and directories into your node's RAG pipeline.