install

Download

Active development. No signed release yet — build from source on your Mac.

releases

GitHub Releases

Pre-built .dmg artifacts will land here when v0.1 ships. Until then, compile locally.

github.com/.../releases

status: building toward first release

from source

Build instructions

  1. git clone the repository
  2. npm install (repo root)
  3. npm run tauri dev
  4. npm run tauri build → .app in src-tauri/target/release/bundle/
open repository
$ git clone https://github.com/maskedsyntax/appmeta.git
$ cd appmeta && npm install
$ npm run tauri dev
requirements

System requirements

  • macOS (MVP target)
  • Node.js 18+
  • Rust stable
  • Tauri prerequisites (see tauri.app)

Setup guide: tauri.app/start/prerequisites

next step

Found a bug?

File an issue. PRs welcome.

github issues