Settings

Theme

Show HN: Add secure widgets on your Windows Desktop or write your own

desktop-dashboard.com

2 points by Nair0 · 5 comments · 1 min read

Reader

DeskDash is an app I built for myself in Rust with Tauri.

I wanted to be able to have my desktop be a lot more functional, run scripts from it, have todo lists, or simply make it prettier

There are already some existing solutions but all were either too slow, too unsecure or just weren't able to do enough

I chose to build my own, where each widget is sandboxed and locked behind permissions you approve. And where each widget is just HTML+JS code so it's easy to write my own for whatever I need

People on Reddit liked the idea so I ended up making it a full product

1 thread
atmanactive

Does it support portable mode?

  • Nair0OP

    Not really, though you could move the installer from one device to the other and just regenerate the license key

    It uses the Windows Credential Manager to save stuff like api keys for some widgets, and a couple of other things. Is part of the security model so widget makers are unable to reach any kind of sensitive details you hold

    • atmanactive

      I don't mind rebuilding the keys here and there when I change the machine, but I do mind having to rebuild everything from scratch. If portable mode isn't available, then, at minimum a full export/import is needed (sans keys, of course).

      • Nair0OP

        Ah and also, if you are just interested in multi device, I can create you multiple license keys, one for each device, if you need to. At some point I might sell each extra device as a small add-on, but for now it's just "ask and you get" so you can just move the configs folder when you need to

      • Nair0OP

        ah but you can. The configs, widgets installed etc are all saved in one folder. You can copy everything to the new install folder when you need to. You just have to use the installer so everything gets set up properly and then you just copy the configs to the new destination

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection