Nim Linux

Open-source Nim projects categorized as Linux

Top 6 Nim Linux Projects

  1. codetracer

    CodeTracer is a user-friendly time-traveling debugger designed to support a wide range of programming languages.

    Project mention: Understanding Is the New Bottleneck | news.ycombinator.com | 2026-08-13

    Improving code understanding is the main focus of my work and thinking right now. If we want to make advances I believe that we should rely more heavily on one key quality of the program code: It is meant to be executed.

    Here are some ideas:

    1. Time travel debugging. Reading a PR just like a wall of text is difficult, but what if you could step through the PR and see the state at a given line for some test executions? Time travel debugging can make this possible. You would collect a debug trace and use it to overlay the PR diff with additional controls and information to resemble a debugger's UI. I was part of the team behind Codetracer (https://github.com/metacraft-labs/codetracer) who is trying to work in this direction.

    2. Test suites and coverage. We don't use them enough for understanding right now. The test suite encodes what features the code is supposed to have, and the coverage tells us where in the code those features are implemented. I'm playing with an idea about this here: http://atlas.vihren.dev When we intersect coverages for the different test cases we can arrive at code segments which represent "atomic behaviors" present in the code. They form a mathematical structure which can be represented as a graph. I am currently exploring what value we can extract from it for the benefit of both humans and agents.

  2. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  3. NiGui

    Cross-platform desktop GUI toolkit written in Nim

  4. ttop

    System monitoring tool with historical data service, triggers and top-like TUI

  5. npainter

    fast and simple digital painting software

  6. uing

    A fork of ui that wraps libui-ng instead of libui

  7. qwatcher

    Queue watcher helps monitor TCP connections and diagnose buffer and connectivity issues on Linux machines related to input and output queues

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Nim Linux discussion

Log in or Post with

Nim Linux related posts

  • TTop 1.2.0 monitoring tool: Docker support and triggers

    1 project | /r/linux | 6 Sep 2023
  • Show HN: TTop – System monitoring tool with historical data, triggers and TUI

    1 project | news.ycombinator.com | 4 Sep 2023
  • TTop 0.8.6 monitoring tool: supports triggers and notificvations

    1 project | /r/linux | 6 Mar 2023
  • TTop: System monitoring tool with TUI, historical data service and notifications

    1 project | news.ycombinator.com | 30 Jan 2023
  • NiGui: Cross-platform desktop GUI toolkit written in Nim

    1 project | news.ycombinator.com | 13 Nov 2022
  • Announcing qwatcher version 0.2.0

    1 project | /r/nim | 14 Sep 2022
  • First Nim project - qwatcher

    2 projects | /r/nim | 10 Aug 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 Sep 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Linux projects in Nim? This list will help you:

# Project Stars
1 codetracer 1,302
2 NiGui 784
3 ttop 396
4 npainter 321
5 uing 192
6 qwatcher 26

Sponsored
AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com

Did you know that Nim is
the 44th most popular programming language
based on number of references?