Heksync Code v1.0.2 Live Release

The Autonomous Terminal Coding Agent

Engineered for software engineers who demand speed, complete model flexibility, and explicit permission control. Works with Anthropic, AWS Bedrock, OpenAI, DeepSeek, OpenRouter & Ollama.

curl -fsSL https://heksync.in/install.sh | bash
Atomic SHA-256 Verified 100% Local History & Privacy Zero External Telemetry

Get Started in Seconds

Single binary installation with no node or python runtime required. Run the one-line installer for your operating system.

Install on macOS

Open Terminal and execute the script below. It detects Apple Silicon (M1/M2/M3/M4) or Intel automatically:

curl -fsSL https://heksync.in/install.sh | bash

• Installs binary atomically into ~/.local/bin/heksync

• Adds ~/.local/bin to your shell configuration (.zshrc / .bash_profile)

Architectural Superiority

What Makes Heksync Code Different?

We built Heksync Code to eliminate vendor lock-in, unconstrained background actions, and token budget bloat.

1. Multi-Phase Permission Engine

Never worry about an agent executing destructive shell commands or clobbering files unannounced. Choose your safety boundary per turn:

  • ask: Confirm every mutating command & edit
  • acceptEdits: Auto-approve code changes
  • plan: Require approved plan before edits
  • yolo: Autonomous execution mode

2. Zero Vendor Lock-In

Switch seamlessly between cloud models and local offline LLMs without changing tools or configuration formats.

$ heksync --provider bedrock

$ heksync --provider anthropic

$ heksync --provider ollama

3. Automated Context Compactor

Long-running debugging sessions can consume hundreds of thousands of tokens. Heksync Code monitors history density and automatically compacts preceding turns into structured summaries before limits are hit.

Preserves budget & reduces latency

4. Local State & Privacy First

Your code, prompt history, session transcripts, and SQLite database stay entirely inside your machine at ~/.heksync. No telemetry or hidden tracking.

5. Atomic Self-Updater

Upgrading your CLI is as simple as running one command:

heksync update

Fetches the latest binary, checks the detached SHA-256 digest, and atomically swaps the executable.

6. Robust Tool Argument Repair

When models stream truncated JSON or hit token output limits mid-turn, our parser automatically repairs unclosed quotes and brackets without crashing your active session.

Supported AI Providers

Connect to any frontier cloud LLM or run completely offline with local models.

Anthropic Native

Direct API support with prompt caching enabled for massive token savings.

claude-3-7-sonnet (Thinking)
claude-3-5-sonnet
claude-3-5-haiku

AWS Bedrock

Uses Bedrock Converse API with SigV4 signing across any AWS region.

us.anthropic.claude-3-7-sonnet
us.anthropic.claude-3-5-sonnet
amazon.nova-pro-v1:0

OpenAI & Custom

OpenAI-compatible endpoints, Azure OpenAI, DeepSeek, and custom proxy gateways.

gpt-4o / gpt-4o-mini
deepseek-chat / deepseek-reasoner
qwen2.5-coder

OpenRouter

Access over 100+ models with customizable reasoning effort and fallbacks.

anthropic/claude-3.7-sonnet
deepseek/deepseek-r1
google/gemini-2.5-flash

Ollama (Local LLMs)

100% offline development. No internet connection or API keys required.

ollama/qwen2.5-coder:14b
ollama/llama3.3:70b
ollama/deepseek-r1:14b

Configuration Overrides

Layered config support: Global (~/.heksync/config.toml), Project (.heksync/config.toml), and ENV.

HEKSYNC_MODEL=...
HEKSYNC_PROVIDER=...

How To Use Heksync Code

Powerful terminal workflow with interactive commands and non-interactive scripting options.

Terminal Launch Commands

$ heksync
Start the interactive REPL in the current workspace.
$ heksync -r
Resume the latest saved session for this directory.
$ heksync -p "Add dark mode toggle to Navbar"
Run a non-interactive prompt directly from shell scripts.
$ heksync update
Atomically check and update to the latest release binary.

Interactive Slash Commands

/initGenerates an AGENTS.md file with project context & rules.
/modeSwitch permission mode (ask, acceptEdits, plan, yolo).
/modelSwitch LLM model or provider on the fly.
/planPropose a structured step-by-step implementation plan.
/todoView and manage the session task list.
/clearClear current screen buffer while keeping session saved.

Ready to Supercharge Your Terminal?

Install Heksync Code now and experience fast, secure, autonomous AI coding built for developers.

Install Heksync Code