Skip to content

Releases: itwizardo/hackcode

HackCode v0.1.0 — first prebuilt release

21 May 10:19

Choose a tag to compare

First release with prebuilt binaries — bypasses the source-build path in install.sh so curl | bash works even while dev branch has compile errors from in-progress refactors.

What's included

  • macOS arm64 (Apple Silicon): hackcode-macos-arm64.tar.gz
  • macOS x86_64 (Intel): hackcode-macos-x64.tar.gz

Linux binaries to follow.

Install

curl -fsSL https://raw.githubusercontent.com/itwizardo/hackcode/dev/install.sh | bash

install.sh detects your platform and downloads the matching tarball automatically.

What's in this build

  • HauhauCS Qwen 3.6 preset menu (replaces broken tripolskypetr/qwen3.5-* and vaultbox/qwen3.5-* references)
  • Auto-migrates hackcode-uncensored alias from legacy models on hackcode --setup
  • Sweeps stale tripolskypetr/qwen3.5-uncensored-aggressive:* and vaultbox/qwen3.5-uncensored:* models off disk after migration
  • Stale-model banner on REPL launch when the alias is pre-Qwen-3.6
  • Ollama version preflight (warns if < 0.5.0)

macOS Gatekeeper

These binaries are unsigned. On first launch, macOS may quarantine them. Remove with:

xattr -d com.apple.quarantine ~/.local/bin/hackcode

Checksums

2dd60cf4da4d7ea235b493baf3d081c488d921fb0518b867a12757a63765bfb4  hackcode-macos-arm64.tar.gz
e4787f4fdca20b7eac97a4f2fe035c3c7f96e8bc4fe913ee4b4cf491f16c6ff4  hackcode-macos-x64.tar.gz