{"id":13836291,"url":"https://github.com/strato-emu/strato","last_synced_at":"2025-05-15T01:06:54.671Z","repository":{"id":163718479,"uuid":"638661163","full_name":"strato-emu/strato","owner":"strato-emu","description":"Run Nintendo Switch homebrew \u0026 games on your Android device!","archived":false,"fork":false,"pushed_at":"2024-09-02T10:14:53.000Z","size":51582,"stargazers_count":2288,"open_issues_count":29,"forks_count":284,"subscribers_count":134,"default_branch":"master","last_synced_at":"2025-04-11T14:17:06.738Z","etag":null,"topics":["android","c-plus-plus","cpp","emulation","emulator","nintendo","strato","switch"],"latest_commit_sha":null,"homepage":"https://strato-emu.github.io","language":"C++","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/strato-emu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2023-05-09T20:39:18.000Z","updated_at":"2025-04-10T19:08:15.000Z","dependencies_parsed_at":"2024-11-20T05:09:03.265Z","dependency_job_id":null,"html_url":"https://github.com/strato-emu/strato","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strato-emu%2Fstrato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strato-emu%2Fstrato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strato-emu%2Fstrato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strato-emu%2Fstrato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strato-emu","download_url":"https://codeload.github.com/strato-emu/strato/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254041,"owners_count":22039792,"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":["android","c-plus-plus","cpp","emulation","emulator","nintendo","strato","switch"],"created_at":"2024-08-04T15:00:40.776Z","updated_at":"2025-05-15T01:06:49.648Z","avatar_url":"https://github.com/strato-emu.png","language":"C++","funding_links":[],"categories":["Home Game Console Emulators","C++","Nintendo Switch","android"],"sub_categories":["Nintendo"],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003ca href=\"https://github.com/strato-emu/strato\" target=\"_blank\"\u003e\n        \u003cimg height=\"60%\" width=\"60%\" src=\"https://raw.github.com/strato-emu/branding/master/banner/strato-banner-rounded.png\"\u003e\u003cbr\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/YhpdhVBmXX\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/1104386300750082081.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=5865F2\u0026labelColor=404EED\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/strato-emu/strato/actions/workflows/ci.yml\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://github.com/strato-emu/strato/actions/workflows/ci.yml/badge.svg\"\u003e\u003cbr\u003e\n    \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cb\u003e\u003ca href=\"CONTRIBUTING.md\"\u003eContributing Guide\u003c/a\u003e • \u003ca href=\"BUILDING.md\"\u003eBuilding Guide\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eStrato\u003c/b\u003e is an experimental emulator that runs on \u003cb\u003eARMv8 Android™\u003c/b\u003e devices and emulates the functionality of a \u003cb\u003eNintendo Switch™\u003c/b\u003e system, licensed under \u003ca href=\"https://github.com/strato-emu/strato/blob/master/LICENSE.md\"\u003e\u003cb\u003eGNU General Public License v3.0 or later\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n### Contact\nYou can contact the core developers of Strato at our **[Discord](https://discord.gg/YhpdhVBmXX)**. If you have any questions, feel free to ask. It's also a good place to just keep up with the emulator, as most talk regarding development goes on over there.\n\n---\n\n### Special Thanks\nA few noteworthy teams/projects who've helped us along the way are:\n* **[Skyline](https://skyline-emu.one/):** Strato builds on top of Skyline and is meant as a continuation of that project.\n\n* **[Ryujinx](https://ryujinx.org/):** We've used Ryujinx for reference throughout the project, the accuracy of their HLE implementations of Switch subsystems make it an amazing reference. The team behind the project has been extremely helpful with any queries we've had and have constantly helped us with any issues we've come across. **It should be noted that Strato is not based on Ryujinx**.\n\n* **[yuzu](https://yuzu-emu.org/):** Strato's shader compiler is a **fork** of *yuzu*'s shader compiler with Strato-specific changes, using it allowed us to focus on the parts of GPU emulation that we could specifically optimize for mobile while having a high-quality shader compiler implementation as a base.\n\n* **[Switchbrew](https://github.com/switchbrew/):** We've extensively used Switchbrew whether that be their **[wiki](https://switchbrew.org/)** with its colossal amount of information on the Switch that has saved us countless hours of time or **[libnx](https://github.com/switchbrew/libnx)** which was crucial to initial development of the emulator to ensure that our HLE kernel and sysmodule implementations were accurate.\n\n---\n\n### Disclaimer\n* **Nintendo Switch** is a trademark of **Nintendo Co., Ltd**\n* **Android** is a trademark of **Google LLC**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrato-emu%2Fstrato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrato-emu%2Fstrato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrato-emu%2Fstrato/lists"}