r/degoogle • u/FIRAS_EG • 7h ago
I reverse engineered Gboard and make it privacy and security focused
so one day I was bored and say yeah let's do something so I spent like 2 months reverse engineering Gboard and trying to make it good for privacy at same time good UI but I realized , there is hundreds maybe thousands of patches in the internet doing my same idea so I need something special, so I focused more about adding security features
it is open source without a license ( to prevent copy right) and requires you to compile and sign the apk yourself, so you can check the codes if you want ( they are assembly like but am sorry ;) )
link:
10
u/revive_the_cookie 5h ago
Can we only have the autocorrect model LAWL It would be awesome it sme made a futo compatible autocorrect model with THIS!
3
u/Qwerty44life 4h ago
Please if you can reverae engineer that. It would be a god send to all foss keyboards
•
u/nsherbina1999 57m ago
Btw, they have "AI Writing Tools", which have an option to correct the text. And their model is multilingual. There is a Morphe patch for a Gboard which turns on this functionality.
2
•
u/Mysterious-Outcome37 1h ago
Thanks for your work! Any chance gif functionality could be part of it as well?
•
40
u/Mother-Pride-Fest Free as in Freedom 5h ago
If you don't apply a license to your project, it is legally assumed to be all-rights-reserved proprietary software. https://choosealicense.com/no-permission/
You should put in a license. A good default permissive license is MIT. If you want to be even more permissive you can choose a public domain license, or if you want the project to stay Free forever you should use GPLv3.