Murasaki is a Fast, Secure, and Reliable Webkit based web browser.
Table of Contents
Goals
- 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.
Status
Pre-Alpha -- Not usable in any capacity whatsoever, yet. Once it reaches Alpha, it will be usable, at least barely.
Usage
Compile with cargo
1.
git clone https://github.com/moon-laboratories/murasaki && cd murasaki
2.
cargo build --release
3.
./target/release/murasaki
or cargo run --release
!NOTE!
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.
License
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.