{"id":50431218,"url":"https://github.com/lindbergh-loader/lindbergh-loader","last_synced_at":"2026-05-31T14:30:26.422Z","repository":{"id":112877839,"uuid":"511520320","full_name":"lindbergh-loader/lindbergh-loader","owner":"lindbergh-loader","description":"A SEGA Lindbergh Emulator for Linux.","archived":false,"fork":false,"pushed_at":"2026-05-05T04:17:15.000Z","size":18728,"stargazers_count":222,"open_issues_count":5,"forks_count":32,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-05-05T06:25:10.826Z","etag":null,"topics":["emulator","lindbergh","linux"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lindbergh-loader.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-07T12:33:01.000Z","updated_at":"2026-05-05T04:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ae955fb-27e8-4fc2-8005-c1c9be43b0e9","html_url":"https://github.com/lindbergh-loader/lindbergh-loader","commit_stats":null,"previous_names":["lindbergh-loader/lindbergh-loader"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/lindbergh-loader/lindbergh-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindbergh-loader%2Flindbergh-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindbergh-loader%2Flindbergh-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindbergh-loader%2Flindbergh-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindbergh-loader%2Flindbergh-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lindbergh-loader","download_url":"https://codeload.github.com/lindbergh-loader/lindbergh-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindbergh-loader%2Flindbergh-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33735663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["emulator","lindbergh","linux"],"created_at":"2026-05-31T14:30:25.861Z","updated_at":"2026-05-31T14:30:26.396Z","avatar_url":"https://github.com/lindbergh-loader.png","language":"C","funding_links":["https://www.patreon.com/c/LinuxLoader"],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/lindbergh-loader/lindbergh-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/lindbergh-loader/lindbergh-loader/actions)\n\n# SEGA Lindbergh Emulator\n\nThis project emulates the SEGA Lindbergh, allowing games to run on modern Linux computers to be used as replacement hardware for broken Lindbergh systems in physical arcade machines. It supports both Intel and AMD CPUs as well as Intel, NVIDIA and AMD GPUs, surround sound audio, networking and JVS pass through.\n\n## 📚 Documentation\n\nFor detailed information on configuration and controls, please see the following guides:\n\n- [**🚀 General Guide**](docs/guide.md): Information on supported games, known issues, and general configuration.\n- [**🎮 Controls Guide**](docs/CONTROLS.md): A detailed guide on how to customize your controls using the `controls.ini` file.\n\nIf you'd like to support the development work of this emulator, see early development builds or get support from the authors please consider [becoming a patreon here](https://www.patreon.com/c/LinuxLoader).\n\nIf you need any help please ask the community in the [arcade community discord](https://arcade.community). Please only submit issues if they are bugs with the software, ask in the arcade community discord if you're not sure if it's a bug or you're not setting something up properly!\n\n## Building \u0026 Running\n\nIn order to build the loader you will need to install the following dependencies in a Linux environment. We recommend Ubuntu 22.04 LTS, but it will run in almost any modern distro using the AppImage or the Flatpak..  \nPlease note other dependencies might be required to run games (see the [guide](docs/guide.md)).\n\n```shell\nsudo dpkg --add-architecture i386\nsudo apt update\nsudo apt install build-essential gcc-multilib g++-multilib cmake fuse freeglut3-dev:i386 libvdpau1:i386 libstdc++5:i386 libxmu6:i386 \\\n  libpcsclite1:i386 libncurses5:i386 unzip libsndio-dev libsndio-dev:i386 pulseaudio-utils:i386 zlib1g:i386 libgpg-error0:i386 \\\n  libasound2 libasound2-dev libasound2:i386 libasound2-dev:i386 libfreetype6-dev:i386 libdbus-1-dev libpulse-dev libdbus-1-dev:i386 \\\n  libudev-dev:i386 libxcursor-dev:i386 libxfixes-dev:i386 libxi-dev:i386 libxrandr-dev:i386 libxss-dev:i386 libxxf86vm-dev:i386 git\n```\n\nThis emulator will need access to the input devices and serial devices on your computer. You should add your user account to the following groups and then _restart your computer_.\n\n```shell\nsudo usermod -a -G dialout,input $USER\n```\n\nThen you should clone the repository, change directory into it and run make.\n\n```shell\ngit clone git@github.com:lindbergh-loader/lindbergh-loader.git\ncd lindbergh-loader\n./scripts/appimage/build-deps.sh\nmake\n```\n\n\nYou should then copy the contents of the build directory to your game directory and run `./lindbergh` for the game, or `./lindbergh -t` for test mode. Please note you might need to set the game executable as \"executable\" using `chmod +x`.\n\n```shell\ncp -a build/* /home/games/the-house-of-the-dead-4/disk0/elf/.\ncd /home/games/the-house-of-the-dead-4/disk0/elf/.\n./lindbergh\n```\n\nIf you'd like to change game settings copy the [default configuration file](docs/lindbergh.conf) from the repository to your game directory.\n\n```shell\ncp build/docs/lindbergh.conf /home/games/the-house-of-the-dead-4/disk0/elf/.\nnano lindbergh.conf\n```\n\nPlease take a look at the configuration options, supported games and known issues in the [guide](docs/guide.md).\n\n## License\n\n\u003cp xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:dct=\"http://purl.org/dc/terms/\"\u003e\u003ca property=\"dct:title\" rel=\"cc:attributionURL\" href=\"https://github.com/lindbergh-loader/\"\u003eLindbergh Loader\u003c/a\u003e by \u003ca rel=\"cc:attributionURL dct:creator\" property=\"cc:attributionName\" href=\"https://github.com/lindbergh-loader/\"\u003eLindbergh Loader Development Team\u003c/a\u003e is licensed under \u003ca href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1\" target=\"_blank\" rel=\"license noopener noreferrer\" style=\"display:inline-block;\"\u003eCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International\u003cimg style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1\" alt=\"\"\u003e\u003cimg style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1\" alt=\"\"\u003e\u003cimg style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1\" alt=\"\"\u003e\u003cimg style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1\" alt=\"\"\u003e\u003c/a\u003e\u003c/p\u003e\n\nOur project is open source, and our primary goal is to preserve and maintain Lindbergh arcade machines, ensuring they continue to operate in arcades. We encourage individuals to use the information provided for their own open source projects and contribute to the development of the loader to improve it for the benefit of the community. However, we do not permit the use of any of our code in pay-to-play/subscription/commercial ventures without prior consent from the Lindbergh Loader Development Team. If we become aware of any such use, we reserve the right to take legal action.\n\n## Thanks\n\nThis project has been built by referencing various earlier projects and would like to extend it's thanks to everyone that has contributed to the Lindbergh scene.\n\n## Takedown Notices\n\nThe Lindbergh Loader Development Team respects intellectual property rights and is committed to ensuring that no copyrighted material is shared without proper authorization. If you believe that we are infringing on your intellectual property or have any concerns regarding our activities, please email us at bobby [at] dilley [dot] uk. We are more than happy to address any issues and discuss them further.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindbergh-loader%2Flindbergh-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flindbergh-loader%2Flindbergh-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindbergh-loader%2Flindbergh-loader/lists"}