D D

Open-source D projects categorized as D

Top 23 D D Projects

  1. dmd

    dmd D Programming Language compiler

    Project mention: Programming in D: Tutorial and Reference | news.ycombinator.com | 2025-04-25

    Anything compiled with LDC2 >=1.29 (3y old) will immediately crash/segfault on macOS >=15.4

    A fix is on master/beta but will still take some time to be released.

    https://github.com/dlang/dmd/issues/21126

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. tsv-utils

    eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.

  4. ldc

    The LLVM-based D Compiler.

  5. phobos

    The standard library of the D programming language

    Project mention: Unit Tests as Documentation | news.ycombinator.com | 2024-10-17

    > Good documentation is good as far as it aids understanding. This might be a side effect of tests, but I don't think it's their goal. A good test will catch breaks in behaviour, I'd never trade completeness for readability in tests, in docs it's the reverse.

    The D language standard library use the two. When you generate the documentation from the comments attached to a declaration, the following unittests (they are identified using a special markup, (that is just triple slashes...) are also included.

    Example once rendered [0], in the source you see the examples are actually unit tests [1].

    [0]: https://dlang.org/phobos/std_algorithm_searching.html#.all

    [1]: https://github.com/dlang/phobos/blob/master/std/algorithm/se...

  6. dlangui

    Cross Platform GUI for D programming language

  7. arsd

    This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.

    Project mention: Building a PostgreSQL Library in D | dev.to | 2024-10-23

    So, I did some research and I found Postgres provides library for C. Then I thought, how about use the C bindings in D and use it for developing the ORM. I found the source code from https://github.com/adamdruppe/arsd/blob/master/postgres.d for binding the C library to D.

  8. vox

    Vox language compiler. AOT / JIT / Linker. Zero dependencies

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. DCD

    The D Completion Daemon is an auto-complete program for the D programming language

  11. dpp

    Directly include C headers in D source code (by atilaneves)

  12. serve-d

    D LSP server (dlang language server protocol server)

  13. keynavish

    Control the mouse with the keyboard, on Windows.

    Project mention: Mouseless – fast mouse control with the keyboard | news.ycombinator.com | 2024-12-12
  14. reggae

    Build system in D, Python, Ruby, Javascript or Lua

  15. dcompute

    DCompute: Native execution of D on GPUs and other Accelerators

  16. tshare

    The fastest way to share your files on the web, for free

  17. voxelman

    Plugin-based client-server voxel game engine written in D language (by MrSmith33)

  18. containers

    Containers backed by std.experimental.allocator (by dlang-community)

  19. dextool

    Suite of C/C++ tooling built on LLVM/Clang

  20. automem

    C++-style automatic memory management smart pointers for D

  21. websitino

    A lightweight static file server for development

    Project mention: Show HN: A static file server in 1.5MB – no Node, no Python, no install | news.ycombinator.com | 2025-04-13
  22. DaNode

    Small and flexible web server written using the D 2.0 language

  23. grimoire

    A fast, concurrent based scripting language for D. (by Enalye)

  24. 3ds-hello-dlang

    A 3DS homebrew example written in D!

  25. importsort-d

    sorts your dozens of imports in a .d-file

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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).

D D discussion

Log in or Post with

D D related posts

Index

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

# Project Stars
1 dmd 3,109
2 tsv-utils 1,440
3 ldc 1,258
4 phobos 1,212
5 dlangui 837
6 arsd 531
7 vox 355
8 DCD 353
9 dpp 236
10 serve-d 223
11 keynavish 201
12 reggae 183
13 dcompute 138
14 tshare 134
15 voxelman 128
16 containers 111
17 dextool 104
18 automem 90
19 websitino 69
20 DaNode 62
21 grimoire 34
22 3ds-hello-dlang 23
23 importsort-d 8

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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