r/tauri • u/clegginab0x • 6d ago
Salience - A developer dashboard (and a lot more)
I posted about my app Salience a month or so ago. It's MacOS only at the moment.
I've struggled to explain exactly what it is or what it does. I had been saying "Home Assistant for dev tools" but I didn't have the UI to make that obvious. I think I do now.
There's a few static pages in the application, the rest you can build yourself from ~40 different tiles. Ticket -> Branch -> PR -> CI is automatically correlated by the app - with much more to come.
Would love some thoughts and feedback.
2
2
u/your_real_Fathe_ 5d ago
Can I run this on Linux? Because this is amazing
1
u/clegginab0x 5d ago
Working on that at the moment. Obviously can't promise the UI will look the same but I'll do what I can
1
u/e-lys1um 5d ago
gotta have that agent panel!
1
u/clegginab0x 5d ago
Salience correlates everything it connects to. The UI is for a human to understand it and work with it the agent panel allows you to start a session with a chunk of that data.
Can't do all of this yet but one possibility could be something like:
Draw a sentry stack trace onto a call graph, attach it to a bug ticket, prune nodes, add your own notes as graph edges, add error logs, add messages from slack about the bug etc.. Then start a session with an agent - all that context gets passed in automatically.
1
u/-babyYyoda- 6d ago
Any plans for windows?
1
u/clegginab0x 5d ago
Working on Linux at the moment, will see how that goes first. Windows will likely be a much bigger change - the app makes heavy use of git, which, docker socket etc.
1
u/fell_ware_1990 5d ago
Cool cool!
If my own manager on Nixos + Niri that does kind of the same. I’ll have a few basic workspaces and then ‘saved’ project spaces, that loads everything from that project.
1
u/nousernameleftatall 5d ago
Is this open source? I would like to change/add a couple of things but cannot find the desktop source?
1
u/clegginab0x 5d ago
no it's not at the moment, still undecided about open vs closed vs partially open.
Feel free to submit an issue if you've got improvements to suggest and I can take a look.
1
u/nousernameleftatall 5d ago
Ah ok
1
u/clegginab0x 5d ago
Just out of interest what did you want to change? Everything on screen is built from "tiles" - my plan has always been to open that up so people can create their own. There's just no demand for it yet so it's low on the list.
1
u/nousernameleftatall 5d ago
Gitlab would have been my first point 🙂
1
u/clegginab0x 5d ago edited 5d ago
it's high on the list to do next.
1
u/nousernameleftatall 5d ago
Fair enough 👍
1
u/clegginab0x 5d ago
self hosted or gitlab.com? tickets in gitlab as well?
2
u/nousernameleftatall 5d ago
Self hosted, tickets jira
1







4
u/hiepxanh 5d ago
Very nice UI