μdocs

Mutant documentation, redesigned for clarity.

Task-first guides, canonical references, and a manual freshness workflow for the latest stable release.

Coverage

Complete language and security spec

Reference pages now cover control flow, loops, structs, enums, built-ins, runtime, and security surfaces.

Workflow

Manual-first freshness

Every adapted page carries canonical source metadata and a review date so drift is visible.

Style

Designed for scanability

Cards, grouped sections, and stronger hierarchy replace dense page-long lists.

Explore

Guide

Task-first onboarding and workflows for the latest stable Mutant release.

Explore

Reference

Language semantics, syntax, and built-ins for the latest stable Mutant release.

Explore

Features

Overview of Mutant's security, REPL, VM, and release capabilities.

Explore

Language Docs

Explore

Security

Security model, controls, and operational guidance for Mutant artifacts and runtime.

Explore

Examples

Runnable Mutant examples for getting started quickly.

Explore

Runtime

Bytecode, VM execution, and runtime behavior details.

Explore

Releases

Latest stable release notes and migration guidance.

Latest content

Recent pages

Runtime

Bytecode Opcodes

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 …

Source: docs/BYTECODE_IR.md

Guide

Install

Use the latest stable Mutant release binaries when possible. Packaged Binary Download the latest stable build from the official releases page: …

Source: README.md

Reference

Keywords

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 …

Source: docs/BYTECODE_IR.md

Releases

Latest Stable

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 …

Source: README.md

Security

Security Overview

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 …

Source: docs/SECURITY_LLD.md

Language Docs

Install

Packaged Binary Download latest release from our official GitHub repo for your operating system Intall from Source Pre-Installation: Download & Install GoLang git clone …