{"id":32724614,"url":"https://github.com/dadevel/xwin-starterpack","last_synced_at":"2026-06-30T04:31:47.801Z","repository":{"id":321684276,"uuid":"1086792208","full_name":"dadevel/xwin-starterpack","owner":"dadevel","description":"Windows C/C++ development environment on Linux","archived":false,"fork":false,"pushed_at":"2026-03-29T15:05:08.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T17:34:12.006Z","etag":null,"topics":["llvm","vscode","xwin"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/dadevel.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":"2025-10-30T23:06:00.000Z","updated_at":"2026-03-29T15:05:12.000Z","dependencies_parsed_at":"2025-10-31T01:07:11.867Z","dependency_job_id":"849f3842-a386-456a-a5ee-6f39b97ca713","html_url":"https://github.com/dadevel/xwin-starterpack","commit_stats":null,"previous_names":["dadevel/xwin-starterpack"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dadevel/xwin-starterpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Fxwin-starterpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Fxwin-starterpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Fxwin-starterpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Fxwin-starterpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadevel","download_url":"https://codeload.github.com/dadevel/xwin-starterpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadevel%2Fxwin-starterpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34952850,"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-06-30T02:00:05.919Z","response_time":92,"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":["llvm","vscode","xwin"],"created_at":"2025-11-03T01:00:48.833Z","updated_at":"2026-06-30T04:31:47.787Z","avatar_url":"https://github.com/dadevel.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xwin-starterpack\n\n\u003e Develop and debug Windows software on Linux with the power of [Clang](https://clang.llvm.org/) and [Xwin](https://github.com/jake-shadle/xwin/).\n\nInstall LLVM and OpenSSH in a Windows VM.\n\n~~~ powershell\nwinget install --source=winget --id=LLVM.LLVM\n\nAdd-WindowsCapability -Online -Name OpenSSH.Server\n[System.IO.File]::WriteAllLines('C:\\ProgramData\\ssh\\administrators_authroized_keys', 'YOUR SSH PUBLIC KEY HERE', (New-Object System.Text.UTF8Encoding $false))\nicacls.exe C:\\ProgramData\\ssh\\administrators_authorized_keys /inheritance:r /grant Administrators:F /grant SYSTEM:F\nNew-ItemProperty -Path 'HKLM:\\SOFTWARE\\OpenSSH' -Name DefaultShell -Value 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe' -PropertyType String -Force\nSet-Service -Name sshd -StartupType 'Automatic'\nRestart-Service sshd\n~~~\n\nForward the ports used by LLDB from your Linux machine over SSH to the Windows VM.\n\n~~~ bash\nssh -L 127.0.0.1:1234:127.0.0.1:1234 -L 127.0.0.1:2345:127.0.0.1:2345 administrator@windev\n~~~\n\nStart the LLDB server on Windows.\n\n~~~ powershell\nmkdir C:\\Build\ncd C:\\Build\n\u0026 \"C:\\Program Files\\LLVM\\bin\\lldb-server.exe\" platform --server --listen 1234 --gdbserver-port 2345\n~~~\n\nBack on Linux open this project in Visual Studio Code and confirm the *Reopen in Container* recommendation.\n\n~~~ bash\ncode .\n~~~\n\nWhen you are using Podman instead of Docker you need an additional environment variable.\n\n~~~ bash\nDOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock code .\n~~~\n\nThat's it.\nNow you are ready to go.\n\nReferences:\n\n- [Cross compiling Windows binaries from Linux](https://jake-shadle.github.io/xwin/)\n- [Introducing the Universal CRT](https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/)\n- [LLDB DAP](https://github.com/llvm/vscode-lldb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadevel%2Fxwin-starterpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadevel%2Fxwin-starterpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadevel%2Fxwin-starterpack/lists"}