[ARC] App Store
Discover privacy-respecting applications built for your open source phone









Run Apps on Desktop (Preview Only)
This method is intended only for previewing ARC applications on your current computer. The behavior and features may differ from the final ARC hardware experience.
macOS
- Download the .zip file for the desired application from this page.
- Unzip it (double-click or use Terminal:
unzip filename.zip
). - Navigate to the
dist
folder:cd dist
- Run the app from Terminal:
./appname
- If blocked by macOS Gatekeeper, go to System Settings → Privacy & Security → Allow Anyway.
Windows
- Download and unzip the .zip file (right-click → Extract All).
- Open the
dist
folder. - Double-click the
.exe
file to run it. - If SmartScreen appears, click “More Info” → “Run Anyway.”
Linux
- Download and unzip the file (
unzip filename.zip
). - Navigate to the
dist
directory in terminal. - Make the file executable if needed:
chmod +x appname
- Run the application:
./appname
Note
These previews are for demonstration and testing only. On ARC hardware, performance, I/O, and integration features may differ significantly.