{"id":13801510,"url":"https://github.com/open-goal/launcher","last_synced_at":"2025-12-28T08:50:15.415Z","repository":{"id":59546370,"uuid":"523893910","full_name":"open-goal/launcher","owner":"open-goal","description":"A launcher for the OpenGOAL Project to simplify usage and installation","archived":false,"fork":false,"pushed_at":"2025-04-13T18:25:55.000Z","size":191179,"stargazers_count":87,"open_issues_count":7,"forks_count":18,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-13T19:38:35.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-goal.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":"docs/support-package.png","governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-11T23:12:53.000Z","updated_at":"2025-04-13T18:23:03.000Z","dependencies_parsed_at":"2023-02-16T16:00:57.310Z","dependency_job_id":"38bbdbf3-b796-43ab-94cb-db0c4d8a5709","html_url":"https://github.com/open-goal/launcher","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-goal%2Flauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-goal%2Flauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-goal%2Flauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-goal%2Flauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-goal","download_url":"https://codeload.github.com/open-goal/launcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250080588,"owners_count":21371533,"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":[],"created_at":"2024-08-04T00:01:23.682Z","updated_at":"2025-12-28T08:50:15.335Z","avatar_url":"https://github.com/open-goal.png","language":"Rust","funding_links":[],"categories":["Applications"],"sub_categories":["Gaming"],"readme":"# OpenGOAL Launcher\r\n\r\n[![Crowdin](https://badges.crowdin.net/opengoal-launcher/localized.svg)](https://crowdin.com/project/opengoal-launcher)\r\n\r\nOur attempt at distributing the [OpenGOAL](https://github.com/open-goal/jak-project) releases in a cross-platform and easy to use and update way. It also is a place for features involving the games, such as texture pack or mod management.\r\n\r\nThe launcher uses the [Tauri](https://tauri.app/) framework.\r\n\r\n- [OpenGOAL Launcher](#opengoal-launcher)\r\n  - [Usage](#usage)\r\n  - [Asking for help](#asking-for-help)\r\n  - [Development](#development)\r\n    - [Windows](#windows)\r\n    - [Linux (Ubuntu 22.04)](#linux-ubuntu-2204)\r\n    - [macOS](#macos)\r\n    - [Building and Running](#building-and-running)\r\n\r\n## Usage\r\n\r\nSee the [documentation on our website](https://opengoal.dev/docs/usage/installation/) for hopefully up to date instructions on how to use it.\r\n\r\n## Asking for help\r\n\r\nWhen asking for help, please download the support package which includes logs to help someone diagnose the problem.\r\n\r\n![](./docs/support-package.png)\r\n\r\nIf you cannot do this (for example, the bug relates to making the package / the application won't launch) then you can find the application logs in the following folders:\r\n\r\n- Windows `C://Users/\u003cYOUR_USER_NAME\u003e/AppData/Roaming/OpenGOAL-Launcher/logs`\r\n- Linux `/home/\u003cYOUR_USER_NAME\u003e/.config/OpenGOAL-Launcher/logs`\r\n- macOS `/Users/\u003cYOUR_USER_NAME\u003e/Library/Logs/OpenGOAL-Launcher/app/logs`\r\n\r\nNote that both `AppData` and `.config` are hidden folders, and `Library` is hidden by default.\r\n\r\n## Development\r\n\r\nTauri requires a valid Rust installation, as well as a valid NodeJS installation.\r\n\r\nFor installing Rust, it's recommended to follow the instructions here https://www.rust-lang.org/tools/install\r\n\r\n### Windows\r\n\r\n```bash\r\nscoop install nodejs\r\nnpm install -g yarn\r\n```\r\n\r\n### Linux (Ubuntu 22.04)\r\n\r\n```bash\r\nsudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # tauri deps, see - https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux\r\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # installs Node Version Manager (ubuntus package is woefully out of date)\r\nsource ~/.bashrc\r\nnvm install lts/hydrogen # installs latest nodejs 18.X\r\nnpm install -g yarn\r\n```\r\n\r\n### macOS\r\n\r\n```bash\r\nnpm install -g yarn\r\n```\r\n\r\n### Building and Running\r\n\r\nTo build and run the application locally, all you have to do is run:\r\n\r\n```bash\r\nyarn install\r\nyarn tauri dev\r\n```\r\n\r\n\u003c!-- https://www.pwabuilder.com/imageGenerator for generating icons (removed tauricon )--\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-goal%2Flauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-goal%2Flauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-goal%2Flauncher/lists"}