Show HN: Create setups, deploy and share them

I made a desktop app for Windows that lets you find apps and add them to lists (I call them decks). I also plan to add more features such as adding config files, scripts that need to run etc.

So basically it would allow you to create setups that you can install and share via links with much less work than doing it manually as they install in the background.

To install the apps I only use winget so it's as safe as winget is. I also plan to use homebrew to achieve the same functionality for Mac.

Any feedback is welcome!

Link: https://desktopdeck.io

3 points | by victorzidaroiu 3 hours ago

1 comments

  • ergshankar 2 hours ago
    This looks useful. How are you handling dependency conflicts when multiple apps in a setup require different versions?
    • victorzidaroiu 2 hours ago
      I'm using winget for the installations so ideally it should be handled by winget without issues.