Skip to content

Getting Started

default edited this page Jun 27, 2026 · 2 revisions

Getting Started

Web: getting-started.html

Requirements

  • Linux x86_64
  • Host gcc/g++, git, cmake, Python 3 / GPY-16
  • GCC build dependencies
  • ~6 GB disk

Bootstrap (v2.0.0)

git clone https://github.com/ZacharyGeurts/Grok16.git
cd Grok16
git checkout v2.0.0
export G16_PREFIX="$(pwd)"
export G16_BELT_PROFILE=belt_2_0

./scripts/grok16-toolchain.sh bootstrap
./scripts/grok16-toolchain.sh rebuild
./scripts/grok16-toolchain.sh verify
./scripts/grok16-toolchain.sh test-battery-release
./scripts/grok16-toolchain.sh test-battery-belt

Rebuild

Mode Command
Fast (default) ./scripts/grok16-toolchain.sh rebuild
Full bootstrap G16_FULL_REBUILD=1 ./scripts/grok16-toolchain.sh rebuild
Release G16_RELEASE_PROFILE=1 ./scripts/grok16-toolchain.sh rebuild

Production gate

G16_RELEASE_PROFILE=1 ./scripts/grok16-toolchain.sh test-battery-release
./scripts/grok16-toolchain.sh test-battery-belt
./scripts/grok16-toolchain.sh integrate

See Batteries · Single Fabric · Safety.

Home — Grok16 5.3.1 Programmerland

Welcome

Warning & platform

Build & bench

Release 5.3.1

Reference

Clone this wiki locally