Download Cthulhu Code

Pre-built binaries for all supported platforms and architectures.

System Requirements

Ollama

An Ollama backend (e.g., llama3) is required to run Cthulhu Code's AI capabilities.

Terminal

Cthulhu Code runs in any standard POSIX-compatible terminal (bash, zsh, fish, etc.).

Platform Binaries

Choose your operating system and architecture to download the appropriate binary.

Linux
amd64 (x86_64)
Download
Linux
arm64 (AArch64)
Download
macOS
amd64 (Intel)
Download
macOS
arm64 (Apple Silicon)
Download
FreeBSD
amd64 (x86_64)
Download
FreeBSD
arm64 (AArch64)
Download

Installation Guide

Follow these steps to get Cthulhu Code running on your system.

1

Download the Binary

Select and download the appropriate binary for your platform from the list above.

2

Extract & Move

tar -xzf cthulhu-<platform>.tar.gz
sudo mv cthulhu /usr/local/bin/
# MacOS only
# sudo xattr -cr /usr/local/bin/cthulhu

3

Install Ollama

Download and install Ollama, then pull a model: ollama pull llama3

4

Run Cthulhu Code

cthulhu — Open any project directory and start coding with AI assistance.