Skip to content

Cross platform desktop app with local-first architecture using Rust🦀 and Tauri

Notifications You must be signed in to change notification settings

codeforreal1/Local-First-Desktop-App-Rust

Repository files navigation

Cross platform desktop app with local-first architecture.

Tech:

  • Next.js
  • Tauri
  • Sqlite
  • SeaORM

Building

This project uses cargo-run-bin to use sea-orm-cli to build from Cargo.toml instead of using it globally. This makes sure there's no any "It works on my machine" drama. So make sure to install cargo-run-bin globally:

cargo install cargo-run-bin
cargo bin --install

You can now use cargo sea-orm-cli for migrations and seed.

About

Cross platform desktop app with local-first architecture using Rust🦀 and Tauri

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published