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:
curl -fsSL https://genotype-lang.org/install.sh | shirm https://genotype-lang.org/install.ps1 | iexYou can also download the binary from the latest GitHub release page.
Cargo Binstall
Section titled “Cargo Binstall”Install a prebuilt Genotype CLI binary with cargo-binstall:
cargo binstall genotype_cliBuilding From Source
Section titled “Building From Source”To compile Genotype from source code, install Rust and install the Genotype using Cargo:
cargo install genotype_cliAI Agent Skill
Section titled “AI Agent Skill”Install Genotype’s skill in your project to give your coding agent language, configuration, and CLI guidance:
gt skill install# Ornpx skills@latest add kossnocorp/genotypeSee Agent Skill for more info, updates, and installation options.