Skip to content

Repository files navigation

Glaze Alternatives

Community-maintained directory of Glaze Store alternatives to standalone and paid Mac apps. Search by product or category, compare alternatives, and open matching apps directly in the Glaze Store.

Glaze keeps small, useful tools inside one local-first desktop platform. This project makes those replacements easy to discover. The catalog is community-maintained through pull requests.

Browse the directory

See also: Raycast Alternatives.

Preview

Glaze Alternatives website

Add a product

Products are standalone applications people may want to replace. Add an object to data/apps.json:

{
  "id": "example-app",
  "name": "Example App",
  "url": "https://example.com/",
  "iconUrl": "https://example.com/icon.png",
  "category": "utilities",
  "description": "Short description of the standalone product."
}

Use a stable official website or App Store URL. iconUrl must point to a working square image. Available categories: productivity, developer, media, utilities, design.

Add a Glaze app

Add an object to data/glaze-apps.json:

{
  "id": "example-glaze-app",
  "name": "Example Glaze App",
  "description": "What the app does inside Glaze.",
  "url": "https://www.glaze.app/app/APP_ID",
  "iconUrl": "https://example.com/icon.png",
  "replaces": ["example-app"]
}

replaces contains IDs from data/apps.json. One Glaze app may replace several products; one product may have several Glaze alternatives.

Only submit real, publicly available Glaze Store apps with substantially overlapping core functionality. Dead pages, placeholders, broken icons, and speculative mappings are not accepted.

Run checks before opening a pull request:

npm ci
npm test
npm run build

See CONTRIBUTING.md for the short contribution checklist.

About

Community-maintained directory of Glaze Store alternatives to standalone Mac apps.

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages