Download Graphoria
Free, open source, and available on all major platforms.
Windows
Windows 10+
.msi / .exe installer
macOS
macOS 11+
.dmg installer
Linux
Ubuntu, Fedora, Arch...
.deb / .AppImage
System Requirements
Minimum
- - 4 GB RAM
- - 200 MB disk space
- - Git 2.20+
- - 64-bit operating system
Recommended
- - 8 GB RAM
- - SSD storage
- - Git 2.40+
- - Hardware-accelerated graphics
Build from Source
Graphoria is built with Tauri (Rust) + React (TypeScript).
- Install Node.js (npm) and Rust.
- Clone/download the repository.
- Go to the project directory.
- Install dependencies and start:
$ git clone https://github.com/Redysz/Graphoria.git
$ cd Graphoria
$ npm install
$ npm run tauri dev
Requires: Node.js (npm), Rust (cargo). On Windows/PowerShell, if you see a script execution error, run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser