{"id":22142581,"url":"https://github.com/ridomin/msix-catalog","last_synced_at":"2025-07-25T23:32:09.043Z","repository":{"id":114947373,"uuid":"170964657","full_name":"ridomin/msix-catalog","owner":"ridomin","description":"List the APPX/MSIX packages installed on your machine","archived":false,"fork":false,"pushed_at":"2022-06-22T20:44:32.000Z","size":563,"stargazers_count":38,"open_issues_count":9,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T22:18:52.586Z","etag":null,"topics":["msix","netcore3","wapproj","win10","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ridomin.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}},"created_at":"2019-02-16T05:00:35.000Z","updated_at":"2024-08-21T15:37:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"34a4e49e-c557-4682-aa78-b0257b214c00","html_url":"https://github.com/ridomin/msix-catalog","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridomin%2Fmsix-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridomin%2Fmsix-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridomin%2Fmsix-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridomin%2Fmsix-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ridomin","download_url":"https://codeload.github.com/ridomin/msix-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227460939,"owners_count":17778446,"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":["msix","netcore3","wapproj","win10","wpf"],"created_at":"2024-12-01T21:17:14.427Z","updated_at":"2024-12-01T21:17:15.114Z","avatar_url":"https://github.com/ridomin.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSIX Catalog\n\n*WPF application to inspect MSIX/APPX packages deployed in your machine.*\n\nThe purpose of this app is to explore different \"Desktop Modernization\" technologies available to .NET developers: porting from .NET Framework to .NET Core 3, using Win10 APIs, and different deployment techniques.\n\n## Channels\n\n||.NET Framework 4.7 |.NET Core 3|\n|-|-|-|\n|Store Release|[![rel badge](https://rido.vsrm.visualstudio.com/_apis/public/Release/badge/3946e8eb-731c-4bd3-a330-f374e4f8a046/6/9)](https://bit.ly/msix-catalog)|[![rel badge](https://rido.vsrm.visualstudio.com/_apis/public/Release/badge/3946e8eb-731c-4bd3-a330-f374e4f8a046/6/11)](https://bit.ly/msix-catalog-core)|\n|Sideload from WebApp|[![Rel Badge](https://rido.vsrm.visualstudio.com/_apis/public/Release/badge/3946e8eb-731c-4bd3-a330-f374e4f8a046/6/6)](http://msix-catalog.azurewebsites.net/FX) |[![](https://rido.vsrm.visualstudio.com/_apis/public/Release/badge/3946e8eb-731c-4bd3-a330-f374e4f8a046/6/10)](http://msix-catalog.azurewebsites.net/NC3)|\n\n\n### Sideload packages are signed with a developer certificate\n\n\u003e Install [X509Online CLI](https://x509online.azurewebsites.net) Client (aka ccc) with `dotnet tool install -g dotnet-ccc` (requires .NET Core 2.1 SDK)\n\nSideloaded packages are signed with a different certificates for AppCenter and WebApps, to install these certs you must trust the signer by running the next command from an elevated command prompt: \n\n- `ccc trust -u ridomin -t 728511CC02E6A80B45ABC0CC862FEF1BFD9617D7`\n\n\u003eThe ccc trust command adds the certificate to your LocalMachine\\TrustedPeople certificate store\n\nThe certificate is also available as gists:\n- [RidoTheDev](https://gist.githubusercontent.com/ridomin/85ffb2f933c68683b87bbfb27ca114cf/raw/77ac9ac02dc553e4c7810c7ddb1cfa4c0ba6e6db/RidoTheDev.cer)\n\n\n## .NET Flavors\n\nThe source code is shared between .NET Framework and .NET Core using different project files in the same folder.\n\n## Build Requirements\n\n- .NET Framework 4.6.1\n- .NET Core 3.0 Preview (latest)\n- Visual Studio 2019 Preview (with Desktop and UWP workloads)\n- Windows SDK 1803 (17134 or greater) \n\n## Experimental \n\nIn addition to MSIX packages, you can get the tool using one of th next alternative installation options:\n\n- [MSIX Catalog from NuGet as global tool](https://www.nuget.org/packages/dotnet-msix-catalog) `dotnet tool install -g dotnet-msix-catalog`\n- [MSIX CLickOnce](http://msix-catalog.azurewebsites.net/clickonce/publish.htm)\n- [Classic MSI](#)\n\n\n## Screenshot\n\n![MSIX Catalog screenshot](media/screenshot.PNG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridomin%2Fmsix-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fridomin%2Fmsix-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridomin%2Fmsix-catalog/lists"}