user:*)Download from Releases:
| Platform | Installer |
|---|---|
| Windows | .msi |
| macOS | .dmg |
| Linux | .AppImage / .deb |
git clone https://github.com/mintya/redim.git
cd redim
yarn install
yarn tauri dev # Development
yarn tauri build # Production
| Shortcut | Action |
|---|---|
⌘K / Ctrl+K |
Open CLI terminal |
⌘M / Ctrl+M |
Open monitor panel |
src/
├── lib/
│ ├── components/ # UI components
│ ├── stores/ # State management
│ ├── types/ # TypeScript types
│ └── utils/ # Helper functions
└── routes/ # Pages
src-tauri/
├── src/
│ ├── lib.rs # Tauri commands
│ ├── models.rs # Data models
│ └── redis_manager.rs
└── icons/ # App icons
git checkout -b feature/xxx)git commit -m 'Add xxx')git push origin feature/xxx)MIT License