webofbits

webofbits

I’ve released BeamConsole 0.1.0, an embeddable, read-only process flight recorder and process map for Phoenix and BEAM applications.

Its focus is straightforward: show which processes are running, how supervision and process relationships connect them, and how that structure changes while an application runs.

Add the dependency:

def deps do
  [
    {:beam_console, "~> 0.1.0"}
  ]
end

Then mount it in a Phoenix router:

import BeamConsole.Router

scope "/" do
  pipe_through :browser

  beam_console "/beam"
end

Visiting /beam opens the dashboard.

BeamConsole currently provides:

  • A stable supervision and process map with collapsible branches

  • Searchable process exploration

  • Safe process, application, and connected-node inspection

  • Links and monitors between processes

  • Observed process starts, terminations, and crash-and-replacement correlations

  • Activity history for reductions, mailbox growth, and memory movement

  • Runtime memory, run queue, applications, ETS tables, atoms, and node information

  • Bounded recording with pause and resume controls

  • Light, dark, and system themes

Applications are grouped into host, dependencies, OTP, and tooling categories. Collapsed branches and theme preferences persist while navigating and reconnecting.

The default recording mode collects history while at least one BeamConsole page is connected. Recording can also start with the application:

config :beam_console, :recorder,
  mode: :always

The collector and recorder work in plain Elixir applications as well. Phoenix and LiveView are only required for the embedded web interface.

BeamConsole is intentionally read-only. It does not fetch process messages, dictionaries, stacktraces, binaries, or arbitrary process state. It does not use tracing, remote RPC, :sys, or process mutation.

The route is disabled outside development by default, and applications remain responsible for authentication and authorization if they choose to expose it elsewhere.

Observer and Phoenix LiveDashboard are both broader tools with different strengths. BeamConsole takes a narrower, process-first approach centered on supervision topology, runtime relationships, bounded activity history, and observed crash-and-replacement events.

Hex: beam_console | Hex
Documentation: beam_console v0.1.0 — Documentation
GitHub:

Where Next? Top

Trending in Announcing Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
woylie
I released Doggo, a collection of unstyled Phoenix components. https://github.com/woylie/doggo Features Unstyled Phoenix components....
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
anuaralfetahe
Hello Published a new library - ProcessHub! ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New

Latest on Elixir Forum

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews