Kakikomi is a simplistic open-source note taking app built using NativePHP which compiles into Electron. NativePHP allows developers to build native desktop apps with the technologies that they have love.
As this is open-source, you are free to build this yourself and make any additions or changes as you please.
- Basic note-taking
- Note starring
- Password protected notes (Encrypted)
- Locked notes
git clone https://github.com/michaeltukdev/Kakikomi.git
cd Kakikomi
composer install
move .env.example .env
php artisan key:generate
npm install & npm run build
php artisan native:install
php artisan native:serve
To build run: php artisan native:build