App Store Connect,
with ASO built in.

Edit your store listing across every locale from one Mac window. Keyword popularity, difficulty and opportunity are scored in the field you are typing in, not in another tab.

Free to download, free to use, free to run. No subscription, no trial.

macOS 11 or later, Apple Silicon. See all releases

Store listing English (US) en-US
Keywords ASO scores: United States 38 chars free
aso 71 keywords 66 metadata 55 screenshots 47 app store connect 34 testflight 28
62/100

Where it comes from

Two projects, one app.

Bascaso is a fork carrying a second project's methodology. Both are credited here because their licences require it, and because it is the honest account of what you are downloading.

itsyconnect-macos

Nick Ustinov · MIT

The App Store Connect client underneath: metadata editing, TestFlight, analytics, reviews and screenshots. Bascaso is a fork of it.

RespectASO

Respectlytics · AGPL-3.0

The scoring methodology. Its Python was ported to TypeScript, and a parity suite replays vectors from the original so both produce the same numbers.

RespectASO is AGPL-3.0. That is what makes Bascaso AGPL-3.0 as well. Methodology and its limits are written out in docs/ASO.md.

What it does

Scores where you type. Not in another tab.

The listing, and its numbers, in one place

Every locale is editable in the same window: name, subtitle, keywords, description, what's new, promotional text. Each field carries its character budget. The keyword field carries popularity, difficulty and opportunity per storefront, and flags duplicates between name, subtitle and keywords, inside a locale and across locales.

An opt-in diff mode accumulates your changes locally and pushes them to App Store Connect in one go.

Store listing screen: per-locale fields with keyword scores and character budgets.

An eight-step keyword run

One run searches the App Store for competitors, generates seed keywords, harvests candidates from competitor titles, filters them for relevance, scores each survivor against live iTunes data, ranks them, and composes a name, subtitle and keyword field that respect Apple's limits. Progress is reported live, step by step.

It runs on the model you chose, whether that is the on-device one or your own key.

Keyword scoring: popularity, difficulty, opportunity and a verdict for each candidate.

And the rest of App Store Connect

App overview: downloads, proceeds and crash-free rate.
Overview. Downloads, proceeds, crash-free rate.
TestFlight builds: installs, sessions, crashes and tester groups per build.
TestFlight. Builds, testers, groups, feedback.
Analytics: impressions, downloads, proceeds and the conversion funnel.
Analytics. Impressions through to downloads.
Customer reviews: ratings breakdown, filters, translate and reply.
Reviews. Filter, translate, reply.

In the box

AI, on your terms

Three ways to run it. Two never touch our servers.

On your Mac

macOS 26 ships a Foundation Model that runs on the machine, and Bascaso talks to it through a small Swift sidecar. It needs no API key and makes no network call. Its context window is about 4k tokens, so long inputs are refused rather than quietly truncated.

Your own key

Anthropic, OpenAI, Google, xAI, Mistral and DeepSeek. You pay your provider whatever they charge and Bascaso takes no cut. Nothing in the app is held back for a paid tier.

A hosted account

Optional and billed per action, for people who have no key of their own. It is the only path where your text leaves the machine.

Routing is set per group of tasks, so drafting can stay on-device while translation goes to a stronger model.

Where your data goes

Nowhere.

Your App Store Connect credentials, your app data and your settings live in one SQLite file on your Mac, encrypted with AES-256-GCM under a master key held in the macOS Keychain. There is no analytics or telemetry SDK in the app. Not a disabled one, none at all.

Data leaves the machine in exactly one case. If you opt into the hosted AI tier, the text a task needs is sent to our backend, which forwards it to a model provider. Every other part of the app works without it.

What leaves your machine, in which case, and who else processes it, including the parts still open, is written out in docs/PRIVACY.md.

Open source

Free under AGPL-3.0. No feature gates.

No limit on how many apps or developer accounts you manage, and nothing reserved for a paid plan. The whole codebase is there to read, build and fork.

Written with LLMs

A large majority of this codebase was written with large language models, including the tests and the documentation. That is stated here because it changes how you should read the repository: check the code before you trust it with your App Store Connect credentials, and treat a confident comment as a claim to verify rather than a fact. All of it is under AGPL-3.0, so all of it is there to be read.

Questions

Before you download it.

How is it different from App Store Connect itself?

It is another client for the same data, talking to the public API with credentials you provide. The difference is the window: every locale side by side instead of one tab each, keyword scores next to the fields they apply to, and changes you can review before they reach Apple. Account settings, agreements and banking stay on Apple's site.

Does it run on an Intel Mac?

No. The published build is Apple Silicon only. The source is there if you want to build for Intel yourself, but there is no Intel build to download.

Is there a Windows or Linux version?

Not as a desktop app. The same code runs as a self-hosted web dashboard in Docker, on any machine: docker run -d -p 3000:3000 -v bascaso-data:/app/data ghcr.io/kanyacine/bascaso:latest The container has no built-in authentication, so put it behind a reverse proxy if you expose it beyond localhost.

Do I need an account?

No. The app has never required one. An account exists only for the hosted AI tier. Everything else, including AI features on the on-device model or on your own key, works without creating one.

What does it cost?

Nothing. The on-device model is free, your own API key costs whatever your provider charges, and Bascaso takes no cut. Only the hosted tier is paid, and it is optional.

Does it need macOS 26?

Only the on-device model does. Every other feature works on macOS 11 and later.

Is this made by Apple?

No. Bascaso is an independent open-source project with no affiliation to Apple. It talks to the public App Store Connect API with credentials you provide.

How does it get updates?

The app updates itself from GitHub releases.

Get it.

Free to download, free to use, free to run. No subscription, no trial.

Open the DMG, drag Bascaso to Applications. macOS 11 or later, Apple Silicon.