Skip to main content

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.2 or ollama 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

hexallm-14.0.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hexallm-14.0.0-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

Details for the file hexallm-14.0.0.tar.gz.

File metadata

  • Download URL: hexallm-14.0.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hexallm-14.0.0.tar.gz
Algorithm Hash digest
SHA256 efef965e8a5ff073bb6d098b61e3ad593220de1608d2633be9595623e972d015
MD5 f70542a21b16fbdb4a38f9309beff057
BLAKE2b-256 d69846a0c84f76a4a3d1c66c860e6bff01c1a1d107b864f608b0a699a6625669

See more details on using hashes here.

File details

Details for the file hexallm-14.0.0-py3-none-any.whl.

File metadata

  • Download URL: hexallm-14.0.0-py3-none-any.whl
  • Upload date:
  • Size: 27.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hexallm-14.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bcca6ae298aea0cb4dc6ec52eb046ac1dfc6eeba68f98892c633d7d05c1c26e1
MD5 0661b25c2a50eb80a2c577b3f4c24481
BLAKE2b-256 9bee57146d8c8633ccb703a6ae7eb9c5c9f87c8955ed7531125341183c15c613

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page