uNote is a free and open source note taking app that is fast, simple and reliable. It is built on top of the Tauri framework and uses React for the frontend and Rust for the backend.
uNote is designed to be easy to use and easy to get started with. It has a minimalistic user interface that is fast and responsive. You can easily create, edit and delete notes and there is also a sorting and filtering system so you can keep your notes organized.
uNote is a cross-platform app and it runs on Windows, macOS and Linux.
You can find the latest release of uNote here. Just download the binary for your platform and run it.
If you want to compile uNote from source, you will need Node.js and Rust installed on your machine. Then, clone this repository and run the following commands:
cd uNote
npm install
npm run tauri build
This will build the app and the binaries will be placed in the tauri-src/target/release
folder.
If you want to contribute to uNote, feel free to open a Pull Request or an Issue on GitHub.
uNote is released under the MIT license.