{"id":19412107,"url":"https://github.com/polyfrost/onelauncher","last_synced_at":"2026-04-02T19:01:26.908Z","repository":{"id":305434232,"uuid":"771958072","full_name":"Polyfrost/OneLauncher","owner":"Polyfrost","description":"Monorepo containing OneLauncher, OneClient, and their core backend.","archived":false,"fork":false,"pushed_at":"2026-03-08T07:52:09.000Z","size":23060,"stargazers_count":60,"open_issues_count":38,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-28T17:53:59.293Z","etag":null,"topics":["curseforge","curseforge-api","fabricmc","forge","linux","minecraft","minecraft-launcher","modrinth","modrinth-api","neoforge","oneclient","onelauncher","quiltmc","rust","solid","tauri"],"latest_commit_sha":null,"homepage":"https://polyfrost.org/projects/oneclient","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Polyfrost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-14T09:12:41.000Z","updated_at":"2026-03-21T17:42:28.000Z","dependencies_parsed_at":"2025-10-18T04:29:54.894Z","dependency_job_id":"17494303-3335-496f-b9aa-18fb14141f6f","html_url":"https://github.com/Polyfrost/OneLauncher","commit_stats":null,"previous_names":["polyfrost/onelauncher"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Polyfrost/OneLauncher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyfrost%2FOneLauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyfrost%2FOneLauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyfrost%2FOneLauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyfrost%2FOneLauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Polyfrost","download_url":"https://codeload.github.com/Polyfrost/OneLauncher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Polyfrost%2FOneLauncher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["curseforge","curseforge-api","fabricmc","forge","linux","minecraft","minecraft-launcher","modrinth","modrinth-api","neoforge","oneclient","onelauncher","quiltmc","rust","solid","tauri"],"created_at":"2024-11-10T12:25:03.216Z","updated_at":"2026-04-02T19:01:26.861Z","avatar_url":"https://github.com/Polyfrost.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\".github/media/RepoBanner.png\" alt=\"Repository Banner\" /\u003e\n\n# OneLauncher  |  OneClient\nThe monorepo containing the code for OneLauncher, OneClient, and their core backend.\n\n\u003c/div\u003e\n\n## Technologies Used\n- [**Tauri**](https://tauri.app/)\n- [**Sea ORM**](https://www.sea-ql.org/SeaORM/)\n- [**SQLite**](https://www.sqlite.org/)\n- [**React**](https://react.dev/)\n- [**Tailwind CSS**](https://tailwindcss.com/)\n- [**Tanstack Query**](https://tanstack.com/query/latest)\n- [**Tanstack Router**](https://tanstack.com/router/latest)\n\n## Contributing\nWe welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) before getting started.\n\n### Requirements\n\nIf you encounter any issues, ensure that you are using the following versions (or later) of Rust, Node and Pnpm:\n\n- `rustc` version: **nightly-2025-07-23**\n- `node` version: **22.15**\n- `pnpm` version: **10.13**\n\n### Versioning\n\nOneClient and OneLauncher share a single version across workspace manifests.\n\n- Set an explicit version: `pnpm version:bump 1.0.0-alpha.7`\n- Increment using semver: `pnpm version:bump prerelease`\n- Preview changes only: `pnpm version:bump prerelease --dry-run`\n\n### Project Structure\n- **`packages/`** - Shared libraries and utilities.\n  - [**`core/`**](./packages/core/) - Launcher Core. This is the library that contains the entire launcher logic.\n  - [**`entity/`**](./packages/entity/) - Contains entity definitions used in the launcher's database.\n  - [**`macro/`**](./packages/macro/) - Contains macro definitions to simplify some code.\n  - [**`scripts/`**](./packages/scripts/) - General scripts for CI/CD or development environments.\n  - [**`web_common/`**](./packages/web_common/) - Contains common web code used by both OneLauncher and OneClient.\n- **`apps/`**\n  - [**`onelauncher/`**](./apps/onelauncher/)\n    - **`desktop/`** - Tauri desktop application.\n\t- **`frontend/`** - React SPA frontend.\n\t- **`distribution/`** - Files used for release builds.\n  - [**`oneclient/`**](./apps/oneclient/)\n    - **`desktop/`** - Tauri desktop application.\n\t- **`frontend/`** - React SPA frontend.\n\t- **`distribution/`** - Files used for release builds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyfrost%2Fonelauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyfrost%2Fonelauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyfrost%2Fonelauncher/lists"}