Graphoria

Download Graphoria

Free, open source, and available on all major platforms.

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).

  1. Install Node.js (npm) and Rust.
  2. Clone/download the repository.
  3. Go to the project directory.
  4. 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