HexaLLM
AI coding assistant for the terminal — like Claude Code or Codex, but runs on your own local models via Ollama or a HexaLLM instance.
hexallm › explain the auth flow in this repo
hexallm › add input validation to src/api/users.py
hexallm › write tests for the payment module and run them
Install
pip install hexallm
Or from a downloaded wheel:
pip install hexallm-0.13.3-py3-none-any.whl
Requirements
- Python 3.10+
- Ollama running locally (
ollama serve) - A model:
ollama pull llama3.2orollama pull codellama
Quick start
hexallm # start interactive session
hexallm -m codellama:7b # use a specific model
hexallm models # list available models
hexallm set model codellama:7b # save default model
Session commands
| Command | Description |
|---|---|
/clear |
Clear conversation and screen |
/context |
Show conversation history |
/model NAME |
Switch model |
/set KEY VALUE |
Change max_steps or temperature |
/tools |
List available tools |
/help |
Show help |
/exit |
Quit |
Tools
| Tool | What it does |
|---|---|
read_file |
Read any file |
write_file |
Create or overwrite a file |
patch_file |
Targeted string replacement |
list_files |
List a directory |
run_command |
Run shell commands (tests, linters, builds) |
search_files |
Grep across files |
Remote daemon mode
Connect to a HexaLLM server and let the web UI dispatch tasks to your machine:
hexallm login https://your-hexallm-server # authenticate
hexallm daemon # start listening
The HexaLLM Chat UI will show a "CLI" badge — select your connected machine and the AI will execute tasks locally and stream results back.
Configuration
Stored at ~/.hexallm/config.json.
hexallm config # show config
hexallm set model codellama:13b # default model
hexallm set max_steps 30 # allow longer runs
hexallm set ollama_url http://host:11434 # remote Ollama
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hexallm-14.0.4.tar.gz.
File metadata
- Download URL: hexallm-14.0.4.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52885c4394348249039277f893ecfc1cacd4871c50c028a810510cfe32ecc26f
|
|
| MD5 |
ebdfb26fcfcd78efc540c063a440736c
|
|
| BLAKE2b-256 |
14e929033bc422fe6aa7aaf6870bc20c75a8ec3a90f3157107e6fae6c4377778
|
File details
Details for the file hexallm-14.0.4-py3-none-any.whl.
File metadata
- Download URL: hexallm-14.0.4-py3-none-any.whl
- Upload date:
- Size: 28.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88d4bc11e4c4a3811f87d86158997e488c3c8fcb7fb5468e4d05e61e2ab7c45e
|
|
| MD5 |
fb52784694f5dcdcaf2d74bf9a0978c9
|
|
| BLAKE2b-256 |
a752d6f97b68629b4d47aa6348a12c6f0b37801188842987c5d86dce4bc4b585
|