Skip to content

Releases: DevBehindYou/Project-Atomic-Notes

Atomic Notes v1.18.2 - Demo Build

Choose a tag to compare

@DevBehindYou DevBehindYou released this 24 Aug 14:28

Important: This is a demo/testing build, not the full production release of Atomic Notes.

v1.18.2 is being released to showcase the latest Atomic Notes features, UI, security improvements, Atomic Energy system, notifications, and ongoing development.

Email Verification Disabled in This Demo

Atomic Notes currently does not have the production email domain required for reliable account verification emails.

Because of this, email verification is temporarily disabled in v1.18.2 so users can explore and test the application without being blocked during account creation.

This is a temporary demo-only configuration.

Email verification will be enabled again before the full production release.

Want to Use Atomic Notes Normally?

Until the full version is ready, you can continue using:

Atomic Notes v1.12.1 - T2T

https://github.com/DevBehindYou/Project-Atomic-Notes/releases/tag/v1.12.1

v1.12.1 is the previous stable public build and can be used for:

  • Notes
  • Checklists
  • Offline access
  • Optional cloud synchronization
  • Biometric protection

Important Security Information

v1.12.1 uses T2T (Text to Text) cloud storage and does not include end to end encryption.

Synced data is protected using HTTPS/TLS and Supabase Row Level Security, but the actual note contents are not end to end encrypted.

Because of this, please avoid storing:

  • Passwords
  • Recovery phrases
  • Financial credentials
  • Private keys
  • Other highly sensitive information

You can continue using v1.12.1 T2T until the complete Atomic Notes app is officially launched.

What Is v1.18.2 For?

v1.18.2 is intended for:

  • Exploring the latest Atomic Notes experience
  • Testing new features
  • Testing Atomic Energy
  • Testing Atomic Coins
  • Testing the Notification Center
  • Previewing the newer encryption system
  • Finding and reporting bugs
  • Providing feedback
  • Following development toward the full release

Please do not treat this demo build as the final production version.

Support Atomic Notes ⚛️

Atomic Notes is an open source and independently developed project.

If you would like to help fund development, infrastructure, security work, and future releases:

☕ Ko-fi

https://ko-fi.com/devbehindyou

⚛️ Patreon

https://www.patreon.com/cw/DevBehindYou

Links

🌐 Atomic Notes
https://atomic-community-base.vercel.app

💻 GitHub
https://github.com/DevBehindYou/Project-Atomic-Notes

🐛 Report Issues
https://github.com/DevBehindYou/Project-Atomic-Notes/issues


Open source. Local first. Private by design.

Every Electron Helps. ⚛️

Atomic Notes v1.12.1 Text to Text

Choose a tag to compare

@DevBehindYou DevBehindYou released this 10 Aug 15:23

Atomic Notes v1.12.1

Local-first notes for Android. Your notes save on your device first, sync to the cloud only when you choose, and are never used for ads, tracking, or AI training. This is an early public build: it works across the core flows, and it's honest about what isn't finished yet (see Security below).

Which APK should I download?

Pick the one that matches your phone. If you're not sure, choose arm64-v8a. It fits almost every phone from the last several years.

File For
app-arm64-v8a-release.apk Most modern phones (64-bit ARM). Start here if unsure.
app-armeabi-v7a-release.apk Older 32-bit ARM devices.
app-x86_64-release.apk 64-bit x86 devices and most Android emulators.
Installed the wrong one? Android will refuse it or it won't open. Just uninstall and grab arm64-v8a.

Install

Atomic Notes isn't on the Play Store, so you install the APK directly:

  1. Download the APK for your device from Assets below.
  2. Open it. Android will ask whether to allow installs from this source. Approve it for your browser or file manager.
  3. Install, then open Atomic Notes.
    Requires Android 6.0 (Marshmallow, API 23) or newer.

What's inside

  • Text notes and checklists as one object type, saved on-device instantly.
  • Optional per-note cloud sync, in realtime across your devices.
  • Pin, filter (Newest / Oldest / To-dos / Notes), and multi-select with bulk delete.
  • Optional biometric app lock.
  • A Database screen showing on-device versus cloud note counts.
  • No analytics, no ad SDKs, no third-party trackers, and no AI.

Security, stated plainly

Your notes are protected in transit by HTTPS and at rest by row-level access control. They are not yet end-to-end encrypted, so please don't store passwords or other high-risk secrets in this build. Client-side encryption is in active development for the next release. Full disclosure: https://github.com/DevBehindYou/Project-Atomic-Notes/blob/main/TRANSPARENCY.md

Verify your download (optional)

Check the SHA-256 of the file you downloaded against these values:

<sha256>  app-arm64-v8a-release.apk
<sha256>  app-armeabi-v7a-release.apk
<sha256>  app-x86_64-release.apk

On Windows: Get-FileHash app-arm64-v8a-release.apk. On macOS or Linux: shasum -a 256 app-arm64-v8a-release.apk.

Links