Decypher Logo
Download

Get Decypher

The deterministic execution graph for AI agents. Available now for Apple Silicon.

Mac requires macOS 12.0+ (Apple Silicon M1+).

Installation Guide

1 Extract and Install

Open your terminal, navigate to where you downloaded the file, and run the following commands:

# Extract the archive
tar -xzf decypher-suite-mac.tar.gz # (or decypher-suite-linux.tar.gz)

# Navigate into the extracted folder
cd decypher-suite-mac # (or decypher-suite-linux)

# Run the automated installer
./install.sh

2 Verify Installation

The installer automatically places the binaries in your system paths. You can verify it is installed correctly by running:

decypher --help
Note: The installer creates a symlink in ~/.local/bin. If you get a "command not found" error, ensure ~/.local/bin is added to your system $PATH.

Installation complete? Learn how to index your codebase and start the MCP server.

View Documentation →