A fast and lightweight notepad for quickly writing down your ideas, notes, tasks, or anything else.
- Download the relevant version from releases
- For intel chips download x64 DMG e.g.
Sticky_0.1.0_x64.dmg
- For Apple chips download aarch64 DMG e.g.
Sticky_0.1.0_aarch64.dmg
- For intel chips download x64 DMG e.g.
- Double click the downloaded file
- Copy the application into your
Applications
directory - Run the following command to remove the app from quarantine
xattr -rd com.apple.quarantine /Applications/Sticky.app
Contributions are very welcome! Submit pull requests, create issues, or help improve documentation.
To get a local development environment up and running:
- Clone the repo:
git clone https://github.com/arikchakma/sticky
- Change directory:
cd sticky
- Install dependencies:
pnpm install
- Start the dev server:
pnpm tauri:dev
I've taken inspiration from the following projects:
MIT © Arik Chakma