Murasaki is a Fast, Secure, and Reliable Webkit based web browser.
- Security: Be secure, and not compromise the users security.
- Privacy: Be private, not collect any user data, unless the user explicitly opts-in to data collection.
- Performance: Written in Rust, Murasaki is blazing fast.
- Reliability: Be reliable, be able to handle common errors.
Pre-Alpha -- Not usable in any capacity whatsoever, yet. Once it reaches Alpha, it will be usable, at least barely.
Compile with cargo
git clone https://github.com/moon-laboratories/murasaki && cd murasaki
cargo build --release
./target/release/murasaki or cargo run --release
Building Murasaki requires the following dependencies:
GTK, GLib and Cairo development files.
Rust, Cargo -- Preferably installed via rustup.
Webkit2gtk development files.
Graphene/gir development files.
This software is subject to the terms of the Mozilla Public License, v. 2.0. See LICENSE.
Any Contribution intentionally submitted for inclusion into this software is automatically licensed under the MPL, version 2.0 unless explicitly stated otherwise.
