{"id":41423694,"url":"https://github.com/devleaks/cockpitdecks","last_synced_at":"2026-01-23T14:11:22.876Z","repository":{"id":58284597,"uuid":"530511352","full_name":"devleaks/cockpitdecks","owner":"devleaks","description":"Elgato Stream Decks, Loupedeck decks, Berhinger X-Touch Mini, and web decks to X-Plane 12.1+","archived":false,"fork":false,"pushed_at":"2025-12-17T14:38:48.000Z","size":66249,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-12-19T00:28:18.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://devleaks.github.io/cockpitdecks-docs/","language":"Python","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/devleaks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-30T05:31:14.000Z","updated_at":"2025-12-04T15:28:21.000Z","dependencies_parsed_at":"2024-04-03T09:30:14.024Z","dependency_job_id":"70df4480-6558-47a5-a285-789696db064c","html_url":"https://github.com/devleaks/cockpitdecks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devleaks/cockpitdecks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleaks%2Fcockpitdecks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleaks%2Fcockpitdecks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleaks%2Fcockpitdecks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleaks%2Fcockpitdecks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devleaks","download_url":"https://codeload.github.com/devleaks/cockpitdecks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devleaks%2Fcockpitdecks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-23T14:11:20.541Z","updated_at":"2026-01-23T14:11:22.871Z","avatar_url":"https://github.com/devleaks.png","language":"Python","funding_links":[],"categories":["Other Applications"],"sub_categories":["Python Language Plugin and Scripts"],"readme":"# Welcome to Cockpit Deck\n\n\u003cdiv float=\"right\"\u003e\n\u003cimg src=\"https://github.com/devleaks/cockpitdecks/raw/main/cockpitdecks/resources/icon.png\" width=\"200\" alt=\"Cockpitdecks icon\"/\u003e\n\u003c/div\u003e\nCockpitdecks is a python software to interface\n\n- Elgato Stream Decks\n- Loupedeck LoupedeckLive\n- Behringer XTouch Mini\n\nwith X-Plane flight simulator.\n\nCockpitdecks also allows you to create and use [Web decks](https://devleaks.github.io/cockpitdecks-docs/Extending/Web%20Decks/) in a browser window.\n\nThe project is in active development, and will remain perpetual beta software.\n\nPlease head to the [documentation](https://devleaks.github.io/cockpitdecks-docs/) for more information.\n\nYou can find [numerous configurations for different aircrafts here](https://github.com/dlicudi/cockpitdecks-configs).\n\nFly safely.\n\n\n## Installation\n\n\nWARNING: The latest version of Cockpitdecks, release 15 and above, requires the latest version of X-Plane, 12.1.4 or above.\nRead the [documentation](https://devleaks.github.io/cockpitdecks-docs/Installation/).\n\nCreate a python environment. Python 3.12 minimum.\nIn that environment, install the following packages:\n\n```sh\npip install 'cockpitdecks[demoext,weather,streamdeck] @ git+https://github.com/devleaks/cockpitdecks.git'\n```\n\nValid installable extras (between the `[` `]`, comma separated, no space) are:\n\n| Extra              | Content                                                                                                    |\n| ------------------ | ---------------------------------------------------------------------------------------------------------- |\n| `weather`          | Add special iconic representation for weather. These icons sometimes fetch information outside of X-Plane. |\n| `toliss`           | Add special features for ToLiss airbus aircrafts. Useless for other aircrafts.                             |\n| `demoext`          | Add a few Loupedeck and Stream Deck+ demo extensions.                                                      |\n| `streamdeck`       | For Elgato Stream Deck devices                                                                             |\n| `loupedeck`        | For Loupedeck LoupedeckLive, LoupedeckLive.s and Loupedeck CT devices                                      |\n| `xtouchmini`       | For Berhinger X-Touch Mini devices                                                                         |\n| `development`      | For developer only, add testing packages and python types                                                  |\n\n\n```sh\ncockpitdecks_cli --demo'\n```\n\nFly safely.\n\n\n## Developer note\n\nRecompilation of rt-midi on MacOS \u003c 15 may require the specification of\n\nexport CPLUS_INCLUDE_PATH=/opt/homebrew/Caskroom/miniforge/base/include/c++/v1\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevleaks%2Fcockpitdecks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevleaks%2Fcockpitdecks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevleaks%2Fcockpitdecks/lists"}