Release downloads will publish checksum and signature material when public installers are available.
Download Verification
SHA-256 Checksum
Available with public release artifacts
Release Signature
Available with public release artifacts
Signed with key ID: Published with each release
Verification Instructions
Verification instructions will be published beside the installer, checksum, and signature artifacts.
Integrity Check
SHA-256 Checksum
Available with public release artifacts
Release Signature
Available with public release artifacts
Verification Instructions
Air contains checksum and integrity code. Public release verification material will be published with the installers.
Previous Releases
Download an older version if you need to pin to a specific release.
Version
Published
Size
Downloads
Telemetry Is Compile-Gated in Land.
Telemetry and tracing are behind named Rust feature gates in the native layer. Nothing is emitted by default. Each build profile explicitly lists which paths are compiled in.
Telemetry Policy
Full disclosure on what Land collects - and what it does not.
Compile-gated by default.
Disabled
Telemetry and tracing code lives behind cfg(feature)gates. In a standard build those paths are not compiled in - no collection, no emission, no runtime cost.
Telemetry feature paths are excluded from the default build profile.
No Microsoft endpoint dependency.
Disabled
Land is built from a CC0 Code-OSS base with Microsoft service dependencies removed or replaced. The crash reporter, update service, and marketplace endpoints are all replaced with Land-owned wiring or left unconnected.
CC0 -licensed Code-OSS base with Land-owned service wiring.
Three separate systems, three separate controls.
Disabled
Website analytics, account authentication, and editor telemetry are independent systems. Each is controlled by its own feature flag or environment configuration - none of the three implies the others are active.
Disabled feature paths stay out of the runtime.
Active
Rust cfg(feature)gates eliminate disabled code paths at compile time, not just at runtime. A published build profile is a verifiable record of exactly which features were included.
Rust cfg(feature) gates eliminate dead code at compile time.
Need traces? Opt in. Your infrastructure only.
Optional
OpenTelemetry tracing is available in source and activates only when a deployment explicitly enables it with a named feature flag and a configured endpoint. Trace data goes to your infrastructure.
Cocoon has internal timing and service diagnostics for extension-host work. Unless a transport is configured, that data is local process instrumentation rather than an external product-analytics claim.
Effect-TS TelemetryService with TelemetryMock layer for zero-overhead testing.
Build Variants
9 named profiles across 16 test permutations. Every combination verified.
Profile
Tier
Workbench
Features
Status
debug
Debug
Browser
Browser UI
Available
debug-mountain
Debug
Mountain
Mountain UI
Recommended
debug-electron
Debug
Electron
Legacy Check
Legacy
production
Release
Mountain
Release Path
Recommended
release
Release
Mountain
Bundle Path
Available
web-browser
Release
Browser
Web Path
Available
bundler-preparation
Build
-
-
Available
swc-bundle
Build
-
-
Experimental
oxc-bundle
Build
-
-
Experimental
Deployment Strategies
Four deployment modes from development to production.
Development
Change a file, see it instantly. Hot-reload in Tauri with the Sky dev server. No manual rebuilds needed.
bash Maintain/Dev-Mountain.sh
Hot ReloadInstant PreviewDevelopment ServerNo Bundling
Debug Build
Full debug symbols for stepping through code. Three profiles: Browser, Mountain, and Electron.