Downloads

Run HCC-IDE Anywhere

Native binaries for every platform. Or launch the Web IDE instantly — no install required.

Web IDE

No install required · Runs in your browser · Free tier

Native PE32+

Windows 11

hcc.exe

338 KB·x86_64

Native Windows 11 executable. Double-click or run from PowerShell / Command Prompt.

Requirements

  • Windows 10 / 11 (x86_64)
  • Python 3.10+ on PATH
  • Internet access (first run only)

Quick Install

1.Download hcc.exe
2.Place in C:\Windows\System32\ or any PATH directory
3.Open PowerShell: hcc --help
4.Run: hcc install (auto-installs Python deps)
ELF 64-bit

Linux

rkg-linux-x86_64

~4 MB·x86_64

Statically-linked ELF binary for Linux. Includes bubblewrap sandbox support.

Requirements

  • Ubuntu 20.04+ / Debian 11+ / Fedora 36+
  • Python 3.10+
  • bubblewrap (optional, for sandboxing)

Quick Install

1.chmod +x rkg-linux-x86_64
2.sudo mv rkg-linux-x86_64 /usr/local/bin/rkg
3.rkg --help
4.rkg install
Universal Binary

macOS

rkg-macos-arm64

~4 MB·arm64 / x86_64

Universal binary for macOS. Runs natively on both Apple Silicon and Intel Macs.

Requirements

  • macOS 12 Monterey+
  • Python 3.10+
  • Xcode Command Line Tools

Quick Install

1.chmod +x rkg-macos-arm64
2.sudo mv rkg-macos-arm64 /usr/local/bin/rkg
3.rkg --help
4.rkg install

All Binaries Include

Sandboxed Execution

bubblewrap isolation on Linux, subprocess isolation on Windows and macOS.

Multi-Backend AI

OpenAI, Hugging Face, and Venice AI — switch with a single flag.

Self-Contained

Single binary, no dependencies except Python 3.10+. Auto-installs Python packages on first run.

CLI Quick Reference

rkg# Interactive NLP→Code REPL
hcc run "your intent here"# Run pipeline once, print JSON report
rkg ide# Launch Web IDE at http://localhost:7860
rkg install# (Re-)install Python dependencies
rkg version# Print version
rkg help# Full help