{"id":48534214,"url":"https://github.com/unitystation/stationhub","last_synced_at":"2026-04-08T01:02:34.713Z","repository":{"id":38054562,"uuid":"206365517","full_name":"unitystation/stationhub","owner":"unitystation","description":"The launcher for Unitystation, an open source remake of Space Station 13.","archived":false,"fork":false,"pushed_at":"2025-11-08T02:47:37.000Z","size":29176,"stargazers_count":13,"open_issues_count":22,"forks_count":21,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-29T21:48:40.455Z","etag":null,"topics":["avalonia","discord","game","hacktoberfest","launcher","netcore","space-station-13"],"latest_commit_sha":null,"homepage":"https://unitystation.org","language":"C#","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/unitystation.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":"2019-09-04T16:35:52.000Z","updated_at":"2026-01-13T11:20:08.000Z","dependencies_parsed_at":"2024-12-08T18:24:41.703Z","dependency_job_id":"397f54de-af2b-4878-8f03-d31e9ce4d57f","html_url":"https://github.com/unitystation/stationhub","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/unitystation/stationhub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitystation%2Fstationhub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitystation%2Fstationhub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitystation%2Fstationhub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitystation%2Fstationhub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unitystation","download_url":"https://codeload.github.com/unitystation/stationhub/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitystation%2Fstationhub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31535203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["avalonia","discord","game","hacktoberfest","launcher","netcore","space-station-13"],"created_at":"2026-04-08T01:02:34.592Z","updated_at":"2026-04-08T01:02:34.697Z","avatar_url":"https://github.com/unitystation.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stationhub\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/unitystation/stationhub/dotnetcore.yml?style=flat-square)](https://github.com/unitystation/stationhub/actions/workflows/dotnetcore.yml)\n[![Codacy grade](https://img.shields.io/codacy/grade/b6c9615ab3ba47f091efb0ff28e24798?style=flat-square)](https://app.codacy.com/gh/unitystation/stationhub)\n[![AUR version](https://img.shields.io/aur/version/stationhub?style=flat-square)](https://aur.archlinux.org/packages/stationhub)\n[![Flathub](https://img.shields.io/flathub/v/org.unitystation.StationHub?style=flat-square)](https://flathub.org/apps/details/org.unitystation.StationHub)\n[![Discord](https://img.shields.io/discord/273774715741667329?style=flat-square)](https://discord.com/invite/tFcTpBp)\n\nStationHub is the official launcher for Unitystation, it handles downloading, updating, and joining servers.\n\n## Tech-stack\n\nIt is cross-platform using .NET 8 as the runtime and [Avalonia MVVM](https://docs.avaloniaui.net/guides/basics/mvvm) for the UI.\n\n## Building\n\nYou'll need [git](https://git-scm.com) and the [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) installed.\n\nTo install the Microsoft .NET SDK version 8 using Windows Package Manager (winget), run the following command in terminal or command prompt:\n\n```\nwinget install Microsoft.DotNet.SDK.8\n```\n\nTo check out the repo you can run the following in the directory you'd like to save the repo locally:\n\n```\ngit clone https://github.com/unitystation/stationhub.git\n```\n\nOnce checked out you should be able to run the following in the directory with the `UnitystationLauncher.sln` file:\n\n```\ndotnet build\n```\n\nDependencies should be automatically restored by NuGet during the build process.\n\nTo test the build you just ran, you can do the following:\n\n```\ndotnet run --project ./UnitystationLauncher/UnitystationLauncher.csproj\n```\n\n## Contributing\n\nBefore opening your pull request please ensure there are no compile warnings for any new code that you've added.\n\n.NET format is also enforced by the build pipeline, so before pushing your code you can run the following to make sure your code is formatted in the standard way:\n\n```\ndotnet format\n```\n\nUnit Tests are a work in progress currently, however once they are included you'll be able to run them with:\n\n```\ndotnet test\n```\n\nYou'll want to ensure that existing tests pass, and make changes and additional tests where needed for your change.\nAlso make sure to check out the [Code Style Guide](https://github.com/unitystation/stationhub/blob/develop/docs/code-style-guide.md) for the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitystation%2Fstationhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitystation%2Fstationhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitystation%2Fstationhub/lists"}