Atlasys is a privacy-first, open-source map application built with React Native and Expo. It gives you offline maps, 3D cities, smart routing, and point-of-interest discovery — without selling your data, showing you ads, or tracking your movements.
Map data comes from OpenStreetMap under the ODbL license. Routing is powered by OSRM. No proprietary map APIs. No hidden trackers.
Important
The Android APK releases on June 1, 2026. iOS support is planned shortly after.
| Map | 3D View | Routing | Globe |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- Zero Tracking — No location data sold. No ads. No behavioral profiles.
- Offline Maps — Download regions before you travel. Navigate without internet.
- 3D Globe & Buildings — Explore cities in immersive 3D with tilt support.
- Smart Routing — Car, bike, and walking routes via OSRM.
- POI Filtering — Filter Restaurants, Cafés, Hotels, Bars, and more directly on the map.
- Wikipedia Integration — Tap any city for info, photos, and articles.
- Saved Places — Save locations and access them offline.
- Beautiful Themes — Standard, Dark, Midnight, Ocean, Forest, and more.
- GDPR Compliant — Built with European privacy standards from day one.
- 100% Open Source — Read every line of code on GitHub.
- Go to Releases and download the latest
.apkfile. - Open the file in your file manager.
- If prompted about installing from an unknown source, tap Allow.
- Tap Install.
Note
Apple App Store support is planned. iOS is not yet available.
- Node.js 18 or later
- Expo CLI (
npm install -g expo-cli) - Android Studio or Xcode
git clone https://github.com/Cactus-Apps/Atlasys.git
cd Atlasys
npm install
cp .env.example .env.local # fill in your keys
npx expo startSee CONTRIBUTING.md for the full development guide.
Contributions are very welcome — especially in these areas:
- UI / UX improvements — better flows, cleaner layouts, accessibility
- Translations — new languages via the
i18n/folder - Bug fixes — pick an open issue and send a PR
- Map data — editing OpenStreetMap directly benefits Atlasys and every OSM-based app
If you have an idea or found a bug, open an Issue. For security vulnerabilities, please email cactus_apps@proton.me instead of opening a public issue.
→ Read the full CONTRIBUTING.md
| Layer | Technology |
|---|---|
| Framework | React Native + Expo |
| Maps | react-native-maplibre-gl-js + OpenFreeMap |
| Routing | OSRM (routing.openstreetmap.de) |
| Auth & DB | Supabase |
| Offline Maps | expo-sqlite + custom MBTiles |
| State | Zustand |
| Crash Reporting | Sentry |
| Analytics | PostHog (opt-in) |
Atlasys collects as little data as possible. Your GPS location stays on your device. We do not sell data, show ads, or build profiles about you.
→ Read the full Privacy Policy
- Website: atlasys.vercel.app
- Instagram: @atlasys.app
- Contact: cactus_apps@proton.me
This project is licensed under the GNU General Public License v3.0 (GPLv3).
Everyone is free to use, modify, and distribute the code — but any derivative work must also be released under GPLv3.
See LICENSE.md for the full license text.




