A minimal local-first note-taking app.
This app is a result of me trying to learn more about coding agents and agentic engineering practices.
- Notes and attachments live in a single SQLite database
- Live markdown editor
- Tags, attachments, and note-to-note linking via
[[ - Collections for organizing notes into groups
/datecommand to link a note to a specific date, with a calendar view showing which days have notes
Prerequisites (Linux)
sudo apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-dev \
libayatana-appindicator3-dev librsvg2-dev libssl-devnpm install
npm run devnpm run buildOutputs .deb, .rpm, and .AppImage to src-tauri/target/release/bundle/.
Release artifacts are signed to verify authenticity and integrity. This does not constitute a warranty or guarantee of fitness, security, or support.
PI Notes stores all data locally on your device. You are responsible for backing up your database. The authors are not liable for data loss.
- Internationalization
- Sync across devices
- Mobile apps
- Better filtering and search
