Open source

Nothing to hide. Literally.

A wallet asks for more trust than almost any software you run. Satra answers with the only honest currency: the code itself — every screen, every key-derivation path, every sync call, public under Apache 2.0.

Browse the repository Apache 2.0 license

Read it

Kotlin and Jetpack Compose, in the open. How wallets are derived, how the local database is protected, which providers get called — it’s all on the page, not in a policy.

Verify it

“No analytics SDKs” is a claim you can grep. Check the dependencies, search for trackers, read the sync code. Our security and privacy pages cite the repo — not the other way around.

Fork it

Apache 2.0 means you may use, modify, and redistribute Satra — build your own, audit ours, or keep a copy forever. Openness that survives us is the point.

The repository

The whole product, one tree.

Not just the app. The supported-asset list, the brand system, the legal documents, even this website — versioned together, so every claim has a diff and every change has a history.

When the privacy policy changes, you don’t re-read it and guess. You read the commit.

github.com/devdasx/Satra
app/srcthe wallet — Kotlin, Jetpack Compose
docs/SUPPORTED_ASSETS.mdevery network & asset, in writing
docs/legalprivacy policy & terms, versioned
brand/satra-brand-kitthe identity system itself
websitethese pages
toolsi18n & hardcoded-string checks
LICENSEApache 2.0
Why it matters

Security you can audit beats security you’re promised.

A closed wallet asks you to believe. An open one lets you — or anyone more paranoid than you — confirm. That’s the difference between marketing and evidence, and it’s why openness is a security feature, not a licensing detail.

Read how Satra is secured
Things you can check yourself
Keys are derived and stored on device only
No ad, analytics, or tracking SDKs in the dependency list
Exactly which Electrum, RPC & price providers get called
How passcode, auto-lock & erase protection behave
The full supported-asset list — nothing implied, nothing more

Apache 2.0.

Use it, study it, change it, ship it. One honest caveat from our own terms: open source is transparency, not a warranty — it doesn’t make Satra a custodian, an advisor, or infallible.

Read the license Found something? Open an issue