Talk to your
computer.
Atlas is a voice-first desktop assistant. Wake it, talk to it, and it sees your screen, searches the web, generates music and images, runs your apps — all in your own voice, or any voice you clone.
First time on this machine? Read the install & permissions guide →Wake word Hey Atlas · push-to-talk ⌘⇧A
What it actually does.
Five channels. Thirty-odd verbs.
-
01
Wake word"Hey Atlas" — on-device, livekit-wakeword
-
02
Push-to-talk hotkey⌘⇧A · Ctrl⇧A
-
03
Real-time speech-to-textElevenLabs Scribe v2 Realtime
-
04
Real-time text-to-speechElevenLabs Flash v2 · sub-second latency
-
05
Voice cloningStock, record 60s, or upload sample
-
06
Conversation memoryShort-horizon context across turns
-
01
Screen vision"What's wrong with this error?"
-
02
Camera visionHold up an object, get an answer
-
03
Live web searchBrave Search · current weather, news
-
04
File searchSpotlight (mdfind) — "find my résumé"
-
05
Calendar todayReads your day's events
-
01
Music generationElevenLabs Music API · plays inline
-
02
Image generationGemini Imagen · "draw a fox in moonlight"
-
03
MarkdownHeadings, code, blockquotes, tables
-
04
Syntax-highlighted codereact-syntax-highlighter
-
05
ChartsRecharts · line, bar, brass palette
-
06
MapsLeaflet · pins, popups, OSM tiles
-
07
Tables & tutorialsStepped walkthroughs · sortable data
-
01
App launcherFuzzy match across /Applications
-
02
Music controlApple Music · Spotify · play/pause/next
-
03
Open pathAny file, folder, or URL
-
04
Clipboard read & write"Copy this code" · "Read my clipboard"
-
05
System actionsVolume · brightness · sleep
-
06
TimersFloating card · brass progress · chime
-
07
NotesLocal store · take and list
-
01
Local-first state~/.config/com.atlas.desktop/
-
02
Privacy wipeOne button · clears prefs + memory
-
03
Voice picker in SettingsSwap any time · next session uses it
-
04
Wake togglePause listening · hotkey still works
-
05
Mini modeFloating always-on-top orb
-
06
First-run tutorialEight capabilities, one screen
-
07
Rate-limited worker200 req/day per IP · fair use
Three steps. No setup.
Pick a platform. Talk in two minutes.
For Apple Silicon and Intel.
Right-click the .app in Applications → Open → "Open" at the Gatekeeper prompt. One-time, then it launches like any app.
For Windows 10 and 11.
SmartScreen will appear on first launch — click "More info" → "Run anyway". Then "Hey Atlas" works the same as on Mac.
Unsigned, on purpose. Here's the dance.
Atlas isn't on the Mac App Store or the Microsoft Store yet — so the first time you open it, your operating system will show a scary-looking warning. That's expected. It happens to every app that ships outside the stores without a paid code-signing certificate ($99/yr from Apple, a pricey EV cert on Windows). It is not a sign that anything is wrong with the download.
Is it safe? The full source is public on GitHub, and every installer is built in the open by GitHub Actions straight from a tagged commit — nothing is hand-assembled. You can read the code, read the build workflow, and verify the release yourself before you trust it.
macOS
Install
- Open the
.dmgand drag Atlas into your Applications folder. - First launch shows "Apple cannot check it for malicious software." Do not click Move to Trash.
- Right-click (or Control-click) Atlas in Applications → Open → Open again in the dialog.
- Done — it launches normally every time after that.
Permissions to grant
- Microphone — required. macOS prompts on the first "Hey Atlas"; click Allow.
- Camera — for "what am I holding" vision. Prompts on first use.
- Screen Recording — for reading your screen & screenshots. System Settings → Privacy & Security → Screen Recording → toggle Atlas on, then relaunch.
- Accessibility — optional, enables deeper app control. Same Privacy pane.
Windows
Install
- Run the
.exeinstaller (or the.msi). - SmartScreen says "Windows protected your PC." Click More info, then Run anyway.
- Follow the installer, then launch Atlas from the Start menu.
Permissions to grant
- Microphone — Settings → Privacy & security → Microphone → turn it on, and make sure "Let desktop apps access your microphone" is also on.
- Camera — same path → Camera → on, including the desktop-apps toggle.
- Screen reading & screenshots — work with no extra prompt.
Linux
Install
- AppImage:
chmod +x Atlas_*.AppImage, then run it. Or .deb:sudo dpkg -i Atlas_*.deb. - No store warning — Linux just runs it.
- Install
ffmpeg(camera) andgrimorscrot(screen capture) if they aren't already there.
Permissions to grant
- Microphone — works through PulseAudio / PipeWire; no per-app gate.
- Camera — your user must be in the
videogroup andffmpegmust be installed. - Screen capture — needs
grim(Wayland) orscrot(X11). - Hotkey note — the global Ctrl+⇧+A may not fire on Wayland; use the tray icon or the in-app button to wake Atlas.