JustKeep was an early single-file notes application (CustomTkinter + SQLite). It shipped Windows builds on GitHub Releases through v1.1.0 Moonstone.
Development continues in the modular repo j-keep-desktop (v1.5.0+). This repository stays online for history, downloads, and the original codebase.
- Dark CustomTkinter UI
- Notes stored in SQLite (
notes.db) - Pin, format, copy notes
- Settings with update check
- Bundled
icon.icofor Windows builds
git clone https://github.com/krwg/j-keep.git
cd j-keep
pip install customtkinter Pillow requests
python note.pyFor the current split codebase, use j-keep-desktop instead.
Prebuilt Windows .exe builds: Releases (latest tag 1.1.0 Moonstone).
j-keep/
├── note.py # entire app (legacy monolith)
├── icon.ico
├── version.txt
└── README.md
| Repo | Role |
|---|---|
| j-keep | Legacy JustKeep + release artifacts |
| j-keep-desktop | Active JKeep desktop source |
By krwg · archived lineage, living successor