This repo contains AppBoost, a free, privacy‑first macOS app that helps with App Store Optimization (ASO) and runs entirely on your Mac.
There are no servers, no tracking, and no external data collection – all your data stays on your machine.
Built with Swift and SwiftUI for a native macOS experience.
-
Free macOS app
No subscriptions, no API keys, no SaaS backend. -
Privacy‑first by design
- No analytics SDKs
- No telemetry or tracking pixels
- No hidden network calls for ASO processing
-
Fully local processing
All parsing, analysis, and generation happen on your Mac only. -
ASO‑focused workflows (examples – adjust to actual features):
- Draft and iterate titles, subtitles, and descriptions
- Organize and refine keyword ideas
- Prepare metadata for App Store Connect / Google Play Console
- Export text for reuse in other tools
If you don’t want your app data and keyword research to ever leave your machine, this app is built for you.
We are serious about privacy:
- The app does not send your metadata, keywords, or any ASO inputs to external servers.
- All files and state are stored locally on your Mac.
- You can inspect the source code in this repository to verify the behavior.
If you add new features, please keep the offline‑first, privacy‑first principles.
- macOS (adjust to minimum version, e.g. 13.0 Ventura or later)
- Xcode (matching your Swift / SDK setup, e.g. Xcode 16+)
- Swift / SwiftUI (as provided by the Xcode toolchain)
-
Clone the repository
git clone https://github.com/<your-username>/<your-repo>.git cd <your-repo>/aso
-
Open in Xcode
- Open
aso.xcodeprojoraso.xcworkspace(depending on the project). - Select the macOS app scheme.
- Open
-
Run the app
- Choose a My Mac destination.
- Press Run (⌘R).
The app will launch on your Mac as a regular native application.
Adjust this section to match the real UI.
Typical flow:
- Launch the ASO macOS app.
- Enter or paste:
- App title / subtitle
- Long description
- Keyword ideas / phrases
- Use the built‑in tools to:
- Refine copy
- Explore keyword combinations
- Generate variants for different locales
- Copy the final text and paste it into:
- App Store Connect
- Google Play Console
- Internal ASO docs or spreadsheets
All operations stay local to your Mac.
- Main UI entry point:
ContentView.swift - Architecture: SwiftUI (optionally MVVM or similar patterns)
- Feel free to:
- Add new views/features
- Extend ASO logic
- Improve the UX/UI for working with metadata
Please keep:
- No third‑party analytics
- No background network calls for ASO processing
- Clear privacy boundaries documented in code and UI
If you add tests, document commands here, for example:
# From Xcode: Product → Test (⌘U)
# Or via command line:
xcodebuild test \
-scheme aso \
-destination 'platform=macOS'Contributions are welcome:
- Open issues for bugs, usability problems, or feature ideas.
- Submit pull requests with:
- A clear description
- Screenshots or short notes for UI changes
- Respect the core principles:
- Free to use
- Privacy‑first
- All ASO‑related data processed locally
MIT License (or update to your actual license).
You are free to use, modify, and distribute this project under the terms of the license.
Summary
This is a free, privacy‑respecting macOS ASO app that lets you work with sensitive app metadata and keyword strategies entirely on your own Mac, without sending anything to external servers.