https://github.com/akesson/bolted
A BoltFFI based rust-core framework
https://github.com/akesson/bolted
Last synced: about 7 hours ago
JSON representation
A BoltFFI based rust-core framework
- Host: GitHub
- URL: https://github.com/akesson/bolted
- Owner: akesson
- Created: 2026-07-08T09:59:05.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2026-07-08T19:51:58.000Z (1 day ago)
- Last Synced: 2026-07-08T21:17:57.270Z (1 day ago)
- Language: Rust
- Size: 155 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
README
# Bolted
Everything you bolt around [BoltFFI](https://boltffi.dev): a compile-time-verified application
framework for products built as one Rust core with fully native faces — windows, daemons, tray
icons, file-manager integration — on Windows / macOS / Linux / Android / iOS, plus a Rust-web
target (browser only, never a webview).
**Status: design validation spike.** Nothing to build yet beyond the spike steps.
| Doc | What it is |
|-----|------------|
| [docs/VISION.md](docs/VISION.md) | Scope, principles, the verification ladder, non-goals |
| [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) | The design: Elm core, observe/command/draft contract, typed fields, live rebase |
| [docs/ROADMAP.md](docs/ROADMAP.md) | Phased plan and step status |
| [docs/steps/](docs/steps/) | Detailed per-step plans and completion reports |
| [CLAUDE.md](CLAUDE.md) | Project memory: read order, working agreement, conventions |
Build entry point (once step 01 lands): [mise](https://mise.jdx.dev) — `mise run check`.