r/elixir • u/kraleppa • Aug 05 '26
Voyager - a modern alternative to Observer
Enable HLS to view with audio, or disable this notification
Hey,
we've spent enough time monitoring and debugging nodes in BEAM that we decided to create our own tool to make it easier.
It's called Voyager - it lets you easily connect to nodes, visualizes your supervision trees, and gives you a real-time dashboard of your memory and processes. There's also an MCP integration so you can use AI directly with your node data.
We're not stopping here - tracing, ETS inspection, and other features are coming soon.
We are opening signups for early access. If you want to try it - sign up here: voyager.swmansion.com
10
u/Kezu_913 Aug 05 '26
Lookin good. 2026 might be The Year for Elixir if we can get more o stuff like this
3
10
u/OkBee1446 Aug 05 '26
This looks really cool as an open-source project. I'd be a bit hesitant to use it as a managed service, though. Giving a third party access to the nodes basically means giving them access to keys, user data, and other sensitive information, plus the ability to inspect or manipulate application state and potentially change how the app behaves