Local Apex runtime and tooling for Salesforce teams.
Website · Quickstart · What runs locally · Releases
Glade is a clean-room Apex runtime for local development and testing. It reads Salesforce projects from disk, checks Apex, runs supported tests without an org, and exposes the same runtime through a CLI, editor tools, a playground, and a Salesforce-shaped local API server.
curl -fsSL https://glade.sh/install.sh | sh
glade doctor
glade check --project .- Apex parse, indexing, and semantic checks.
- Local Apex tests for supported VM paths.
- SOQL, DML, triggers, SObjects, and local storage.
- JSON, SARIF, JUnit, and saved run artifacts for CI.
- VS Code test, debug, and editor workflows.
- Local Salesforce-shaped API routes for supported development loops.
Salesforce remains the validation gate for live auth, hosted service engines, deploy and retrieve, exact Lightning behavior, Streaming, Pub/Sub, GraphQL, and production governor accounting.