Ortu is a minimalist, efficient, and open-source clipboard manager built with Tauri, Rust, and SvelteKit. Designed for speed and distraction-free productivity, Ortu stays out of your way until you need it.
group:Work).| Platform | Shortcut | Action |
|---|---|---|
| macOS | ⌥ + V (Option + V) |
Toggle Stealth Popup |
| Windows | Alt + V |
Toggle Stealth Popup |
| Linux | Alt + V |
Toggle Stealth Popup |
rusqlite)To build or develop Ortu, you'll need:
libgtk-3-dev, libwebkit2gtk-4.1-dev, libayatana-appindicator3-dev, librsvg2-dev.Clone the repository:
git clone https://github.com/abhijithpsubash/ortu.git
cd ortu
Install dependencies:
npm install
Run in development mode:
npm run tauri dev
To create a production-ready installer for your specific OS, run:
npm run tauri build
.app, .dmg.exe, .msi.deb, AppImage[!TIP] > Cross-Platform Builds: It is highly recommended to use GitHub Actions for cross-platform distribution. See our Build Guide for a sample workflow. (Note: Adjust path to build guide if moving to a standard location).
Contributions are welcome! Whether it's a bug report, a feature request, or a pull request, we appreciate your help.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ by Abhijith P Subash