Blinko Snap is a lightweight desktop application designed for quick note-taking and capturing fleeting thoughts. It's built on top of the Blinko ecosystem, focusing on providing a seamless desktop experience for users who want to jot down ideas instantly.
- Quick Capture: Instantly capture thoughts and ideas with global keyboard shortcuts
- Rich Text Support: Write notes with markdown formatting
- Attachments: Easily attach and preview images in your notes
- System Tray Integration: Always accessible from your system tray
- Cross-Platform: Available for Windows, macOS, and Linux
Download the latest version from the Releases page.
- Windows 10/11
- macOS 10.15+
- Install and launch Blinko Snap
- Sign in with your Blinko account
- Use the default shortcut
Ctrl/Cmd + Shift + Space
to open the quick capture window - Start taking notes!
- Node.js 18+
- pnpm
- Rust (for Tauri development)
# Clone the repository
git clone https://github.com/blinko-space/blinko-snap.git
cd blinko-snap
# Install dependencies
pnpm install
# Start development server
pnpm tauri dev
pnpm tauri build
MIT License - see the LICENSE file for details
Contributions are welcome! Please feel free to submit a Pull Request.