{"id":13795693,"url":"https://github.com/GetOvert/Overt","last_synced_at":"2025-05-12T23:32:32.366Z","repository":{"id":60228805,"uuid":"445967244","full_name":"GetOvert/Overt","owner":"GetOvert","description":"Open app store / package manager GUI client","archived":false,"fork":false,"pushed_at":"2024-12-26T20:29:57.000Z","size":3815,"stargazers_count":20,"open_issues_count":18,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-26T21:17:59.122Z","etag":null,"topics":["electron","gui","homebrew","lit","macos","typescript"],"latest_commit_sha":null,"homepage":"https://getovert.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GetOvert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-01-09T01:27:49.000Z","updated_at":"2024-12-26T20:30:00.000Z","dependencies_parsed_at":"2023-12-20T11:13:16.860Z","dependency_job_id":"b57dee97-f973-4eb2-9320-ca38d6f74001","html_url":"https://github.com/GetOvert/Overt","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetOvert%2FOvert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetOvert%2FOvert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetOvert%2FOvert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetOvert%2FOvert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GetOvert","download_url":"https://codeload.github.com/GetOvert/Overt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253841081,"owners_count":21972587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","gui","homebrew","lit","macos","typescript"],"created_at":"2024-08-03T23:01:00.670Z","updated_at":"2025-05-12T23:32:30.518Z","avatar_url":"https://github.com/GetOvert.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eOvert\u003cbr/\u003e\u003csub\u003eopen app store\u003c/sub\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\nExplore, install, and manage your favourite software with a **free and open app store** for macOS.\n\nOvert **doesn't**:\n\n- Process payments\n- Restrict app features\n- Remove apps arbitrarily\n\nOvert **does**:\n\n- Offer 3,000+ apps by default\n- Support external catalogs\n- 1-click install/update/uninstall\n\n\u003ca href=\"https://getovert.app/about\"\u003eAbout\u003c/a\u003e • \u003ca href=\"https://getovert.app/install\"\u003eInstall\u003c/a\u003e\n\n## Bugs and feature requests\n\nIf you encounter a bug or would like to request a feature, please check the [issues page](https://github.com/GetOvert/Overt/issues) for a similar report, or open a new issue if you can't find one. Also, please understand that some feature requests may be declined or put on the backburner.\n\n## Development\n\n### Tech\n\n- [Electron](https://www.electronjs.org) and [electron-forge](https://www.electronforge.io)\n- [Lit](https://lit.dev)\n- [TypeScript](https://www.typescriptlang.org)\n- [Bootswatch](https://bootswatch.com)\n- [better-sqlite3](https://www.npmjs.com/package/better-sqlite3)\n- [electron-store](https://github.com/sindresorhus/electron-store)\n- Other wonderful libraries\n\n### Setup\n\nTo develop Overt, use [Visual Studio Code](https://code.visualstudio.com/) (available [on Overt](https://getovert.app/open?action=overt:brew-cask%3F1=install%261[name]=visual-studio-code)) with the following extensions:\n\n- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) — you should set this up to run on file save for JS, TS, and HTML\n- [Inline HTML](https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html) — highlights and allows Prettier to format Lit's `html` and `css` template literals\n- [vscode-sql-template-literal](https://marketplace.visualstudio.com/items?itemName=forbeslindesay.vscode-sql-template-literal) — highlights `sql` template literals\n\nClone this repository and run `npm run install-for-arm64` or `npm run install-for-x86_64` to install packages.\n\nUse `npm start` to build and run the app in dev/debug mode. Hot reload doesn't work correctly at the moment, so you should quit the app and re-run `npm start` when you make changes.\n\n#### Build a release version\n\n```sh\nnpm run make-for-arm64\n# or\nnpm run make-for-x86_64\n\nopen out/\n```\n\n#### Package an official release\n\n```sh\n# Bump the appropriate version number (this creates a Git commit)\nnpm run bump-{major,minor,patch}\n\n# Build release versions for both arm64 and x86_64, and update the cask definition\n# (this command will fail and print a help message without certain env vars set)\nnpm run distribute-macos\n```\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"icons/overt-app-icon.png\" alt=\"Overt app icon\" width=\"88\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGetOvert%2FOvert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGetOvert%2FOvert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGetOvert%2FOvert/lists"}