Install and quickstart
Use the docs for a clean install path and a 5-minute first run.
Open getting startedDevelopers
MAPLE gives developers packageable agents, model-neutral inference, explicit capabilities, commitment gating, and replayable provenance without inventing those control surfaces from scratch.
Fastest Path
git clone https://github.com/mapleaiorg/maple.git cd maple cargo build -p maple-cli -p palm-daemon -p palm cargo run --manifest-path examples/mwl-worldline-lifecycle/Cargo.toml cargo run -p maple-cli -- daemon start --foreground
Use the docs for a clean install path and a 5-minute first run.
Open getting startedCreate a Maplefile that matches the implemented schema and connects cleanly to OS policy.
Open tutorialReference the REST surface, current CLI flows, and the workspace-first Rust plus HTTP integration paths.
Open API docsCore Semantics
Model output drafts intent. It does not grant execution authority.
Tool access begins at zero and is granted narrowly through Guard and package contracts.
Every meaningful effect should remain inspectable through provenance history.
MapleAI can help package the first agent, design capability boundaries, and shape the production rollout path.