Getting Started
Get KhunQuant running on your machine in three commands.
Install
git clone https://github.com/cryptoquantumwave/khunquant
make install
This builds the khunquant binary and copies it to /usr/local/bin.
Onboard
khunquant onboard
The interactive wizard guides you through:
- Choosing an LLM provider (Claude, OpenAI, or Ollama)
- Entering API keys (stored encrypted on disk — never sent to our servers)
- Connecting a broker account
Start the agent
khunquant start
Opens the web console at http://localhost:18800 and starts listening on your configured chat channels.
tip
Run khunquant start --open to automatically open the browser.