Rhyolite is inspired by volcanic rocks, much like Obsidian.
Rhyolite was a fork of fextify, but was later rewritten from scratch, using sveltekit for the frontend and tauri version was changed from v1 to v2. As of now this project does not share any similarities to the fextify project.
Update: The project is now completely written in rust, and is being rewritten to use the FREYA GUI library for the UI, making the app completely native code with rust.
Rhyolite_[version]_[cpu architecture]_en-US.msi
or Rhyolite_[version]_[cpu architecture]-setup.exe
installer from the Releases section or from the official website.Rhyolite_[version]_[cpu architecture].dmg
for Intel Macs from the Releases section or from the official website.Note: You may encounter issues since the app isn’t signed yet, like macos saying dmg is damaged.
Run this command in your terminal:
curl -f https://rhyolite.xyz/install.sh | sh
To Uninstall:
curl -f https://rhyolite.xyz/uninstall.sh | sh
Install Rhyolite_[version]_.AppImage
using Gear Lever or AppImageLauncher, you can also make it executable and run it directly.
Work In Progress!
Linux/macOS users make sure you have rustc, ld/lld/mold, and gcc/clang installed.
Windows users make sure you have msvc and rustc installed.
Clone the repo and checkout release branch.
To build the app manually, run:
cargo build --release
This project is licensed under the terms of the GPL-3.0 open source license. Please refer to GPL-3.0 for the full terms.
Copyright (C) 2025 RedddFoxxyy(Suyog Tandel)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.