{"id":46589032,"url":"https://github.com/gradengnostic/legacylauncher","last_synced_at":"2026-03-11T17:01:02.346Z","repository":{"id":342146903,"uuid":"1172799134","full_name":"gradenGnostic/LegacyLauncher","owner":"gradenGnostic","description":"A custom launcher for Minecraft LCE.","archived":false,"fork":false,"pushed_at":"2026-03-09T15:36:50.000Z","size":1299,"stargazers_count":228,"open_issues_count":19,"forks_count":14,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-09T17:54:10.729Z","etag":null,"topics":["minecraft","minecraft-client","minecraft-launcher","minecraftlauncher","minecraftlce","minecraftlegacyconsoleedition"],"latest_commit_sha":null,"homepage":"https://gradengnostic.github.io/legacylauncherweb/","language":"JavaScript","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/gradenGnostic.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T17:44:07.000Z","updated_at":"2026-03-09T17:51:22.000Z","dependencies_parsed_at":"2026-03-10T16:01:29.672Z","dependency_job_id":null,"html_url":"https://github.com/gradenGnostic/LegacyLauncher","commit_stats":null,"previous_names":["gradengnostic/legacylauncher"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/gradenGnostic/LegacyLauncher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradenGnostic%2FLegacyLauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradenGnostic%2FLegacyLauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradenGnostic%2FLegacyLauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradenGnostic%2FLegacyLauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gradenGnostic","download_url":"https://codeload.github.com/gradenGnostic/LegacyLauncher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradenGnostic%2FLegacyLauncher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30341625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["minecraft","minecraft-client","minecraft-launcher","minecraftlauncher","minecraftlce","minecraftlegacyconsoleedition"],"created_at":"2026-03-07T13:07:10.304Z","updated_at":"2026-03-11T17:01:02.327Z","avatar_url":"https://github.com/gradenGnostic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LegacyLauncher\n\nA custom launcher for Minecraft Legacy Console Edition.\n\n\u003cimg width=\"1278\" height=\"709\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b28cf6e0-150a-4790-b30a-04548a123295\" /\u003e\n\n## Features\n\n- **Minecraft-style GUI**: Authentic pixelated interface with Minecraft font and styling\n- **Automatic Updates**: Fetches latest releases from GitHub repositories\n- **Cross-platform Support**: Works on Windows and Linux\n- **Profiles**: Save your username and track playtime\n- **Custom Launch Options**: Configure IP, port, and server mode\n\n## Installation\n\n### From Source\n1. Clone or download this repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Run the launcher:\n   ```bash\n   npm start\n   ```\n\n\n## Building\n\n### Linux AppImage\n```bash\nnpm run dist\n```\n\n### Windows Installer\n```bash\nnpm run dist:win\n```\n\n## Configuration\n\n### Repository Source\nBy default, the launcher fetches releases from `smartcmd/MinecraftConsoles`. You can change this in the Options menu.\n\n### Launch Options\n- **GitHub Repository**: Source repository for game releases\n- **Client Executable**: Name of the executable file (default: `Minecraft.Client.exe`)\n- **Compatibility Layer**: For Linux users - choose between direct execution, Wine, or Proton\n- **Connect/Bind IP**: Optional IP address for multiplayer\n- **Port**: Optional port number\n- **Server Mode**: Launch as headless server\n\n### Profile Settings\n- **Username**: Your in-game player name\n- **Playtime Tracking**: Automatically tracks total playtime\n\n## System Requirements\n\n- **Windows**: Direct execution of Windows executables\n- **Linux**: Wine or Proton for running Windows executables\n- **Internet**: Required for downloading game updates\n\n## Compatibility Layers (Linux)\n\nThe launcher supports several compatibility options for Linux:\n\n- **Direct**: Run native Linux executables (if available)\n- **Wine**: Wine compatibility layer\n- **Proton**: Steam's Proton compatibility layer\n\n## Dependencies\n\n- **Electron**: Cross-platform desktop app framework\n- **discord-rpc**: Discord Rich Presence integration\n- **extract-zip**: ZIP archive extraction\n- **Tailwind CSS**: UI styling (via CDN)\n\n## Development\n\nThe launcher is built with:\n- **Frontend**: HTML, CSS, JavaScript\n- **Backend**: Electron with Node.js\n- **Styling**: Custom CSS with Minecraft theme + Tailwind CSS\n- **Build**: Electron Builder\n\n## Troubleshooting\n\n### Common Issues\n\n1. **Repository not found**: Check the repository name in Options\n2. **Executable not found**: Verify the executable name matches the downloaded file\n3. **Launch failures**: Try different compatibility layers on Linux\n4. **Discord RPC issues**: Ensure Discord is running and RPC is enabled\n\n### Linux Specific\n- Install Wine: `sudo apt install wine` (Ubuntu/Debian)\n- For Proton: Requires Steam installation\n- AppImage permissions: `chmod +x LegacyLauncher-*.AppImage`\n\n## Contributing\n\nFeel free to submit issues and pull requests for improvements.\u003c/content\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgradengnostic%2Flegacylauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgradengnostic%2Flegacylauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgradengnostic%2Flegacylauncher/lists"}