Skip to main content
BETA 1 desktop distribution is macOS-only right now. Windows and Linux support is planned for a near-future release.

Prerequisites

Install these tools before cloning:
  • Node.js 18+
  • pnpm
  • Rust toolchain
  • Tauri prerequisites for your operating system

Clone and install

git clone https://github.com/ferxalbs/rainy-mate.git
cd rainy-mate
pnpm install

Run development modes

UI only:
pnpm run dev
Desktop app (UI + Tauri backend):
pnpm run tauri dev

Build locally

pnpm run build
pnpm run preview
If your workspace includes related private services, run them separately:
cd rainy-atm && bun run dev
cd rainy-api-v2 && bun run dev
rainy-atm is internal/private infrastructure. rainy-api-v2 and rainy-sdk may exist as related projects outside this checkout.