{"id":16380558,"url":"https://github.com/davis-software/swc_mclauncher","last_synced_at":"2025-04-22T20:28:20.925Z","repository":{"id":61054301,"uuid":"546162017","full_name":"Davis-Software/swc_mclauncher","owner":"Davis-Software","description":"Quickly and easily launch Software City's Minecraft-Modpacks through this beautiful and custom Minecraft Launcher!","archived":false,"fork":false,"pushed_at":"2024-01-17T21:57:26.000Z","size":3721,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T13:31:01.290Z","etag":null,"topics":["bootstrap5","electron","gaming","gaming-software","material-icons","material-ui","minecraft","minecraft-launcher","minecraft-launcher-core","minecraft-mods","mui","react","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://projects.software-city.org/p/mc-launcher","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Davis-Software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-05T16:25:36.000Z","updated_at":"2023-10-15T08:40:30.000Z","dependencies_parsed_at":"2024-01-17T22:44:19.191Z","dependency_job_id":"dc21e7be-616d-4bb5-bc7f-86baeebd6bd7","html_url":"https://github.com/Davis-Software/swc_mclauncher","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davis-Software%2Fswc_mclauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davis-Software%2Fswc_mclauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davis-Software%2Fswc_mclauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davis-Software%2Fswc_mclauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Davis-Software","download_url":"https://codeload.github.com/Davis-Software/swc_mclauncher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250318085,"owners_count":21410875,"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":["bootstrap5","electron","gaming","gaming-software","material-icons","material-ui","minecraft","minecraft-launcher","minecraft-launcher-core","minecraft-mods","mui","react","reactjs","typescript"],"created_at":"2024-10-11T03:51:46.208Z","updated_at":"2025-04-22T20:28:20.906Z","avatar_url":"https://github.com/Davis-Software.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software City's Modded-Minecraft Launcher\n\n\u003e Developed by [Davis_Software](https://github.com/Davis-Software) \u0026copy; 2022\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/Davis-Software/swc_mclauncher?style=for-the-badge)\n![GitHub issues](https://img.shields.io/github/issues-raw/Davis-Software/swc_mclauncher?style=for-the-badge)\n![GitHub closed issues](https://img.shields.io/github/issues-closed/Davis-Software/swc_mclauncher?style=for-the-badge)\n![GitHub all releases](https://img.shields.io/github/downloads/Davis-Software/swc_mclauncher/total?style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/Davis-Software/swc_mclauncher?style=for-the-badge)\n\n\u003e The Recode: Now with a new awesome looking UI and microsoft account support!\n\n[TOC]\n\n# Image Preview\n![image](.github/img/img_0.png)\n![image](.github/img/img_1.png)\n\n# Features\n\n* ❌ Not planned\n* ⏳ Planning\n* 🛠 Work in progress\n* ✅ Finished\n\n| Feature                   | Description                                                 | State |\n|---------------------------|-------------------------------------------------------------|-------|\n| Bundled Java              | Java installation bundled with the launcher (Java 8 and 16) | ❌     |\n| Minecraft Account Support | Support for Minecraft account logins                        | ✅     |\n| Mojang Account Support    | Support for Mojang account logins                           | ❌     |\n| Session Handling          | Store and refresh Microsoft login sessions as needed        | ✅     |\n| Minecraft Vanilla         | Launch Minecraft Vanilla                                    | ✅     |\n| Minecraft Forge           | Launch Minecraft Forge (only custom SWC modpacks)           | ✅     |\n| Support for Windows       | Support for Windows                                         | ✅     |\n| Support for Linux         | Support for Linux                                           | ✅     |\n| Support for MacOS         | Support for MacOS                                           | 🛠    |\n| Configurable              | Most minecraft and java launch options are accessible       | ✅     |\n| Easy Account Switching    | Switch between multiple accounts easily                     | ✅     |\n| Multiple Instances        | Launch multiple instances of Minecraft                      | ✅     |\n| Handle Instances          | Manage instances of Minecraft (kill, ...)                   | ✅     |\n\n# Installation\n* Download an installer\n    * Go to the [releases](https://github.com/Davis-Software/swc_mclauncher/releases) page and download an installer compatible with your OS\n* Compile yourself:\n    * Clone the repository `git clone https://github.com/Davis-Software/swc_mclauncher.git`\n    * Enter directory `cd swc_mclauncher-master`\n    * Install required packages `npm install` and `npm install --save-dev`\n    * Install required packages for the react frontend `cd front_src`, `npm install` and `npm install --save-dev`\n    * Compile the frontend `npm run build`\n    * Go back to the root directory `cd ..`\n    * Run the application to check if it's working `npm start`\n    * Compile the application into an installer `npm run dist` (for win64)\n    * Consult `package.json` and `front_src/package.json` for more commands \u0026 info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavis-software%2Fswc_mclauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavis-software%2Fswc_mclauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavis-software%2Fswc_mclauncher/lists"}