Open-Source Desktop application for Graphite. (Practically wraps the web-app for now)
Grab the latest release from here and run the MSI or EXE installer.
For now we only support deb packaging which can be found here as well. If you run Arch or any other distro, you can build the app yourself by using the following commands.
Arch
pnpm tauri build
sudo cp src-tauri/target/release/graphite-desktop /usr/bin/graphite-desktop
pnpm install
pnpm run dev:native
After these commands you'll find the installer in
/src-tauri/target/release/bundle
depending on your platform. Automated releases towards github will be coming in the near future as well though.
pnpm tauri build && pnpm run preview:native-[win/linux]
When opening the app, you'll first be welcomed with the following screen where the app checks if Graphite is up and reachable:
On windows you'll get (after logging in) the following screen (could change upstream at some point):
👤 GlitchTech Developments
- Website: https://glitchtech.eu
- Twitter: @GlitchTechEU
- Github: @GlitchTech-Developments
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2023 GlitchTech Developments.
This project is MIT licensed.