Gridvana
macOS · current version v0.1.0

Download Gridvana

Native Rust build—small and fast to launch. Releases are published on GitHub.

v0.1.0Latest release

Once the official build and signing pipeline is in place, double-clickable installers will be listed here. For now, grab the latest build from GitHub Releases.

Go to GitHub Releases
  • Free · Open source
  • .gvn project format (schema V6)
  • Autosave & crash recovery

Requirements

  • macOS (distributed as a .app bundle)
  • Native Rust (iced) build—no extra runtime needed
  • Small footprint, ready to go

Install

STEP 1

Download the bundle

Fetch the latest .app bundle from GitHub Releases.

STEP 2

Move to Applications

Unzip and drag Gridvana.app into your Applications folder.

STEP 3

First launch

Current builds use ad-hoc signing—if Gatekeeper blocks you, right-click and choose “Open”. Once notarization lands, double-click works directly.

Build from source

Or clone the repository and build it yourself (requires Rust and Xcode Command Line Tools on macOS):

$cargo install cargo-bundle --locked
$cargo fetch
$cargo build --release --package app
$cargo bundle --release --package app --format osx
$codesign --force --deep --sign - target/release/bundle/osx/Gridvana.app
$open target/release/bundle/osx/Gridvana.app

The codesign step above is an ad-hoc local signature; official distribution requires an Apple Developer certificate and notarization. Full instructions live in the repo README.

Having trouble?

  • Blocked on install? See step 3 above.
  • Found a bug or want a feature? File an issue on GitHub.
  • Following development? Star the repo and watch the Releases page for updates.
Read the docs