Coverage
Complete language and security spec
Reference pages now cover control flow, loops, structs, enums, built-ins, runtime, and security surfaces.
μdocs
Task-first guides, canonical references, and a manual freshness workflow for the latest stable release.
Coverage
Reference pages now cover control flow, loops, structs, enums, built-ins, runtime, and security surfaces.
Workflow
Every adapted page carries canonical source metadata and a review date so drift is visible.
Style
Cards, grouped sections, and stronger hierarchy replace dense page-long lists.
Explore
Task-first onboarding and workflows for the latest stable Mutant release.
Explore
Language semantics, syntax, and built-ins for the latest stable Mutant release.
Explore
Overview of Mutant's security, REPL, VM, and release capabilities.
Explore
Explore
Security model, controls, and operational guidance for Mutant artifacts and runtime.
Explore
Runnable Mutant examples for getting started quickly.
Explore
Bytecode, VM execution, and runtime behavior details.
Explore
Latest stable release notes and migration guidance.
Latest content
Runtime
This page will host the opcode and operand reference for the latest stable release. Update Rule Any change in opcode definitions or operand decoding in upstream must trigger a …
Guide
Use the latest stable Mutant release binaries when possible. Packaged Binary Download the latest stable build from the official releases page: …
Reference
The Mutant parser recognizes a small core set of keywords that define the language’s control and binding model. Core Keywords fn let true false if else return Notes Keyword …
Releases
Mudocs tracks the latest stable Mutant release only. Release Source https://github.com/aoiflux/mutant/releases Notes Add release notes here after each manual documentation update …
Security
Mutant enforces security at compile time and runtime using encrypted artifacts, trust checks, policy-aware execution, and capability-gated built-ins. What to Review Protection …
Language Docs
Packaged Binary Download latest release from our official GitHub repo for your operating system Intall from Source Pre-Installation: Download & Install GoLang git clone …