Mdora · Download
Get Mdora.
Mdora is in early development. Precompiled binaries are not yet published. Build from source on Windows, macOS, or Linux using the standard Rust toolchain.
Install
Build from source.
- Install the Rust toolchain from rustup.rs.
- Clone the repository:
git clone https://github.com/tpavesi/MDora. - Build and run:
cd MDora/mdora-egui && cargo run --release --bin mdora.
# 1. Install Rust (skip if already installed)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# 2. Clone Mdora
git clone https://github.com/tpavesi/MDora
cd MDora/mdora-egui
# 3. Run (release build)
cargo run --release --bin mdora Platforms
Where Mdora runs.
Windows
Tested via cargo run --release --bin mdora after installing the MSVC toolchain. PyInstaller-style packaging is on the roadmap; for now, run from the Cargo build directory.
macOS
Builds with the standard xcode-select --install toolchain. App-bundle packaging is planned but not yet shipped.
Linux
Runs on any reasonably recent X11 or Wayland desktop. Distribution packaging (deb / rpm / AppImage) is on the roadmap.
Contribute
Help shape Mdora.
Mdora is open source under Apache-2.0. Issues and pull requests are welcome. Before submitting a PR, please run formatting, tests, and a release build.
cd mdora-egui
cargo fmt
cargo test
cargo build --release Future releases
Precompiled binaries and OS-specific installers will be published once the editor reaches an alpha release. Watch the GitHub repository for announcements.