# LockWire > LockWire is secure-by-default, batteries-included security infrastructure for Rust: TLS with no warnings, PKI, passkeys, signed updates, and tamper-evident audit — wired correctly out of the box. LockWire is in pre-release development: the repositories and crates go public as each tier reaches release. Canonical repository homes (public as each tier releases): `github.com/lockwire-org/lockwire` (umbrella crate + CLI), `lockwire-sec`, `lockwire-ai`, and `lockwire-ssdl`. The crate names are reserved on crates.io. Every documentation page on this site has a markdown twin: append `index.md` to any page URL for the exact markdown source. ## The Easy Button ```rust let server = lockwire::serve(app) .https_easy_button() // trusted local CA, auto-renewal, revocation checked .await?; ``` ## Docs - [Home](https://lockwire.org/index.md): LockWire is secure-by-default, batteries-included security infrastructure for Rust: TLS with no warnings, PKI, passkeys, signed updates, and tamper-evident audit — wired correctly out of the box. - [Get started](https://lockwire.org/start/index.md): The Easy Button: from a fresh Rust project to HTTPS your browser trusts, in five minutes. - [Learn](https://lockwire.org/learn/index.md): The tutorial ladder: ordered, task-shaped tutorials that each end in a running, verifiable outcome. - [Concepts](https://lockwire.org/concepts/index.md): Illustrated, timeless explainers: the Traps series, PKI, attestation, and why security controls never restrict communication. - [Reference](https://lockwire.org/reference/index.md): The crate map: what each LockWire tier does, with API reference on docs.rs. - [Evidence](https://lockwire.org/evidence/index.md): Threat models, a self-audited SSDL, requirement-to-code traceability, and SBOMs: the artifacts that let you verify LockWire instead of trusting it. - [Agents](https://lockwire.org/agents/index.md): The machine surface of lockwire.org: markdown twins, llms.txt, structured data, and the lockwire-mcp server. - [Who we are](https://lockwire.org/about/index.md): Veraccord Labs LLC builds LockWire — secure-by-default infrastructure, with the evidence to prove every claim. - [Blog](https://lockwire.org/blog/index.md): Announcements and engineering deep dives from the LockWire project. ## Optional - [Full corpus](https://lockwire.org/llms-full.txt): every page in one fetch - [Sitemap](https://lockwire.org/sitemap.xml) - [crates.io](https://crates.io/crates/lockwire): the reserved crate names - [GitHub](https://github.com/lockwire-org): repositories publish here as tiers release