https://github.com/glitchtech-developments/graphitedesktop
Open-Source Desktop application for Graphite. (Practically wraps the web-app for now)
https://github.com/glitchtech-developments/graphitedesktop
graphite graphite-client nextjs reactjs rust tauri typescript
Last synced: 11 months ago
JSON representation
Open-Source Desktop application for Graphite. (Practically wraps the web-app for now)
- Host: GitHub
- URL: https://github.com/glitchtech-developments/graphitedesktop
- Owner: GlitchTech-Developments
- License: mit
- Created: 2023-10-26T13:37:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T11:10:32.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T14:42:10.012Z (about 1 year ago)
- Topics: graphite, graphite-client, nextjs, reactjs, rust, tauri, typescript
- Language: CSS
- Homepage:
- Size: 1.06 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Welcome to GraphiteDesktop 👋
> Open-Source Desktop application for Graphite. (Practically wraps the web-app for now)
## How to install GraphiteDesktop?
### Windows
Grab the latest release from [here](https://github.com/GlitchTech-Developments/GraphiteDesktop/releases/latest) and run the MSI or EXE installer.
### Linux
For now we only support deb packaging which can be found [here](https://github.com/GlitchTech-Developments/GraphiteDesktop/releases/latest) as well. If you run Arch or any other distro, you can build the app yourself by using the following commands.
Arch
```sh
pnpm tauri build
sudo cp src-tauri/target/release/graphite-desktop /usr/bin/graphite-desktop
```
## Install
```sh
pnpm install
```
## Usage
```sh
pnpm run dev:native
```
## Run executable locally
> 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.
```sh
pnpm tauri build && pnpm run preview:native-[win/linux]
```
## What to expect?
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):

## Author
👤 **GlitchTech Developments**
- Website: https://glitchtech.eu
- Twitter: [@GlitchTechEU](https://twitter.com/GlitchTechEU)
- Github: [@GlitchTech-Developments](https://github.com/GlitchTech-Developments)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/GlitchTech-Developments/GraphiteDesktop/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [GlitchTech Developments](https://github.com/GlitchTech-Developments).
This project is [MIT](https://github.com/GlitchTech-Developments/GraphiteDesktop/blob/main/LICENCE) licensed.