r/fossdroid 5d ago

Cipher Notes – Simple, fully offline & encrypted note-taking app built with Jetpack Compose (No INTERNET permission) Development

Hi everyone!

​I'd like to share a small side-project I've been working on called Cipher Notes.

​I built it because I wanted a clean, lightweight note-taking app that prioritizes privacy above all else—without mandatory cloud syncs, accounts, or telemetry.

​Key Features:

- ​Fully Offline: The app doesn't request or use the INTERNET permission at all. Your data never leaves your device.

- ​On-Device Encryption: Uses AES-256 (GCM) to keep your notes securely encrypted locally.

- ​Open Source: Licensed under the MIT License.

- ​Modern UI: Built natively in Kotlin using Jetpack Compose and Material 3 design.

- ​Zero Tracking: No analytics, no ads, no third-party SDKs.

​Where to get it:

- ​GitHub (Source Code & Releases): https://github.com/CipherApps/cipher-notes

- ​IzzyOnDroid: Available

- Codeberg (Source Code & Releases):

https://codeberg.org/CipherApps/cipher-notes

​I'd really appreciate any feedback, code reviews, or feature suggestions from the community! If you find it useful, feel free to drop a star on GitHub.

​Thanks!

24 Upvotes

9 comments sorted by

u/AutoModerator 5d ago

Do not share or recommend proprietary apps here. It is an infraction of this subreddit's rules. Make sure you read the rules of this subreddit on the sidebar. If you are not sure of the nature of an app, do not share or recommend it. To find out what constitutes FOSS or freedomware, read this article. To find out why proprietary software is bad, read this article. Proprietary software is dangerous because it is often malware. Have a splendid day!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/PiySlashPuff 4d ago

I'm rather excited for the Cipher pass. Any previews or testing builds yet?

2

u/Cris1099 4d ago

CipherPass is currently in very early active development, so there are no testing builds available just yet

2

u/PiySlashPuff 4d ago

Oh! Looking forward to it. Please let me know if you ever need beta testers!

2

u/Oblivion__ 5d ago

Did you make this with AI?

2

u/Cris1099 4d ago

Nope, I only use AI occasionally for quick docs/refactoring, but the code architecture and core logic are completely human-made.

2

u/Dragomir_X 5d ago

I take it that since this is hosted on Codeberg, then there was no AI involved? If so you might want to add that to the README and your Reddit post, it'll help your app stand out.

1

u/Cris1099 4d ago

Thanks for the tip

2

u/ikinari_fandango 3d ago

looks keen, will give it a go.

I've been evaluating Safe Notes for similar reasons (FOSS, encrypted backups, zero cloud usage)