
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
Live system dashboard built with loom, the reactive TUI framework for Nim. Ships the `nimtui` command — try the framework in one npx.
Live system dashboard built with loom, the reactive TUI framework for Nim.
One command, one zero-dependency native binary — a full terminal dashboard showing what the framework does: reactive signals, flex layout, a declarative macro DSL, mouse support, themes, and diffed rendering.
npm install -g nimtui
nimtui
or just try it:
npx nimtui
This installs a prebuilt native binary (the framework and dashboard are written in Nim; the binary links only libSystem).
| key | action |
|---|---|
q | quit |
tab | cycle focus (the filter starts focused) |
↑/↓, click, wheel, drag | select processes |
←/→ | switch tabs |
t | cycle themes (default → neon → mono) |
m | toggle mouse capture (off = terminal text selection works) |
The dashboard is ~100 lines of view code. The interesting part is loom itself — signals with automatic dependency tracking, a tui: macro where plain Nim control flow builds the widget tree, and cell-diffed ANSI output:
let cpu = signal(0.42)
proc view(): Widget =
tui:
vbox:
panel(title = "stats", height = fixed(3)):
gauge(cpu.get, label = "cpu")
Docs and source: https://github.com/adamsjack711-ux/NimTui
Prebuilt binaries for macOS (arm64, x64) and Linux (arm64, x64 — static musl, runs anywhere). Other platforms can build from source with nim (nimble demo in the repo) and set NIMTUI_BIN to the built binary.
MIT
FAQs
Live system dashboard built with loom, the reactive TUI framework for Nim. Ships the `nimtui` command — try the framework in one npx.
We found that nimtui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.