Skip to content

Installation

Genotype is distributed as a single binary executable, which can be installed on Linux, macOS, and Windows.

The quickest way to install Genotype is to use the installation script:

Terminal window
curl -fsSL https://genotype-lang.org/install.sh | sh

You can also download the binary from the latest GitHub release page.

Install a prebuilt Genotype CLI binary with cargo-binstall:

Terminal window
cargo binstall genotype_cli

To compile Genotype from source code, install Rust and install the Genotype using Cargo:

Terminal window
cargo install genotype_cli

Install Genotype’s skill in your project to give your coding agent language, configuration, and CLI guidance:

Terminal window
gt skill install
# Or
npx skills@latest add kossnocorp/genotype

See Agent Skill for more info, updates, and installation options.