Rhyolite is inspired by volcanic rocks, much like Obsidian. The project is my way to contribute and grow as a developer while sharing something meaningful with the open-source community.
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.
state-refactor
branch.Rhyolite_[version]_x64_en-US.msi
or Rhyolite_[version]_x64-setup.exe
installer from the Releases section or from the official website.Rhyolite_[version]_x86_en-US.msi
or Rhyolite_[version]_x86-setup.exe
installer installer from the Releases section or from the official website.Rhyolite_[version]_arm64_en-US.msi
or Rhyolite_[version]_arm64-setup.exe
installer from the Releases section or from the official website.Use the Rhyolite_[version]_x64.dmg
for Intel Macs from the Releases section or from the official website.
Use the Rhyolite_[version]_aarch64.dmg
for M-series 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
Make the file executable and run:
chmod +x Rhyolite_[version]_.AppImage
./Rhyolite_[version]_.AppImage
Work In Progress!
Requires latest version of nodejs and npm.
Linux users make sure you have rustc, lld(llvm) installed.
Windows users make sure you have msvc and rustc installed.
To build the app manually, run:
npm run tauri build
--verbose
:npm run tauri build --verbose
Note: You may face errors when using package manager other than NPM.
Copyright 2025 RedddFoxxyy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.