Installation
Download the latest release from the GitHub Releases page. Moraya provides installers for macOS, Windows, and Linux.
macOS
Download the .dmg file and open it. Drag Moraya.app to the /Applications folder.
open moraya_x.y.z_macos.dmg
# Drag Moraya.app to /Applications
Note: On first launch, macOS may show a security prompt. Go to System Settings > Privacy & Security and click “Open Anyway”.
Windows
Download the .msi installer and run it. Follow the installation wizard prompts.
# Run the .msi installer
# Follow the on-screen instructions
Linux
Download the .AppImage file, make it executable, and run:
chmod +x moraya_x.y.z_linux_x64.AppImage
./moraya_x.y.z_linux_x64.AppImage
System Requirements
| Platform | Minimum Version | Architecture |
|---|---|---|
| macOS | 11.0 (Big Sur) | Intel & Apple Silicon |
| Windows | 10 (1803+) | x64 |
| Linux | Ubuntu 20.04+ | x64 |
Build from Source
Moraya can be built from source. You need Rust, Node.js, and pnpm installed.
git clone https://github.com/zouwei/moraya.git
cd moraya
pnpm install
pnpm tauri build
The output binary will be in src-tauri/target/release/bundle/.