Start here
Install Runebender.
Runebender Xilem is the native desktop front-end. For now, its public path is source-first: install Rust, clone the repository, and run it locally. Expect commands and behavior to move as the editor changes.
| Status | Source-first install notes |
|---|---|
| Audience | Developers and early testers |
| Source | Runebender Xilem README |
| Stability | Commands may change with the project |
Prerequisites
- Rust installed from rust-lang.org.
- A current checkout of runebender-xilem.
- A UFO source to open, or the included example UFO from the repo.
The Runebender Xilem README currently lists MSRV 1.88. Treat that as a moving project requirement, not a long-term compatibility promise.
Build
git clone https://github.com/eliheuer/runebender-xilem.gitcd runebender-xilemcargo run Open a UFO
cargo run # Opens a file pickercargo run -- assets/untitled.ufo # Opens a specific UFOcargo run -- --verbose # Runs with verbose logging