A kit of local-only utilities~
Devkit has two versions of the app both based upon the same source code, but with slightly different release cadences.
It has a web app that's hosted at https://devkit.lgbt. This is hosted via GitHub Pages and will NEVER make any external requests.
Releases occur every time a change is made to the main branch of the repo.
See Releases!
Releases occur every time a tag is pushed to the repo.
We currently build versions of the app for:
- Linux (
deb
andAppImage
) - Windows (
exe
andmsi
) - MacOS (
dmg
)
chmod u+x ./devkit_<version>_amd64.AppImage
All data created in the app is stored in IndexedDB.
You can view your data either via the "View Data" page or in the devtools under "Applications" (for Chromium-based browsers) or "Storage" (for any other browser).
Yes! The native app opens up numerous possibilities for other methods of storing data. As such we've built our app in such a way to make it plug and play with other storage methods.
This will eventually be a setting users can tweak.