Open Source D Software

D Software

D Clear Filters

Browse free open source D Software and projects below. Use the toggles on the left to filter open source D Software by OS, license, language, programming language, and project status.

  • One Subscription for Email, Storage, Meetings, and AI Icon
    One Subscription for Email, Storage, Meetings, and AI

    Gmail, Drive, Meet, Docs, Sheets, and Gemini in a single integrated suite.

    Get a custom business email at your domain, up to 5TB of pooled storage per user, video meetings with recording and noise cancellation, eSignature in Docs, and appointment booking through Calendar. Real-time collaboration across every device, with enterprise-grade security built in.
    Learn More
  • Managed Cloud Hosting Platform | Nexcess Icon
    Managed Cloud Hosting Platform | Nexcess

    For growing digital businesses and engineering teams that need reliable, fully managed cloud infrastructure to run high-performance applications.

    The managed cloud solution engineered for simplicity, with built-in governance and risk-mitigation, plus a bill you can actually forecast.
    Learn More
  • 1
    d-apt

    d-apt

    APT repository to easily install/upgrade D binary packages

    "d-apt" is an APT repository to easily install/upgrade D binary packages on systems like Debian, Ubuntu, LinuxMint, etc.
    Leader badge
    Downloads: 262,261 This Week
    Last Update:
    See Project
  • 2
    Banish crusty code with the Uncrustify C/C++/C#/D/Java/Pawn source code beautifier. It indents, adds newlines, aligns, etc, and is highly configurable.
    Leader badge
    Downloads: 282 This Week
    Last Update:
    See Project
  • 3
    OneDrive Client for Linux

    OneDrive Client for Linux

    #1 Free OneDrive Client for Linux

    A free Microsoft OneDrive Client for Linux, which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365 and Sharepoint, and fully supports Azure National Cloud Deployments (Microsoft Cloud for US Government, Microsoft Cloud Germany, Azure and Office 365 operated by 21Vianet in China). This powerful and highly configurable OneDrive Client for Linux is simple to use and runs on all major Linux distributions such as Debian, Ubuntu, Mint, Manjaro, SuSE, OpenSuSE, Fedora, CentOS, Red Hat, Arch and Slackware. This OneDrive Client for Linux is also available as a Docker container utilizing Alpine Linux, Debian Bullseye and Fedora, with pre-built images available for x86_64, ARMHF and ARM64. This OneDrive Client for Linux also supports one-way (upload or download only) and two-way sync operations with a variety of additional capabilities to suit your requirements and connects securely to Microsoft OneDrive services.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 4
    WinXP, Vista, Win7, linux, OpenSolaris native port of the BSD PSPSDK (ps2dev.org), with freely distributable import libraries and header files (DevPaks) for building cross compiled homebrew Sony PSP (PlayStation Portable) applications.
    Downloads: 63 This Week
    Last Update:
    See Project
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 5
    Fsum Frontend is a files integrity checker. It can calculate 96 hash and checksum algorithms(CRC32, MD5, SHA1, SHA2, ADLER, DHA256, FORK256, ...). You can verify your files using a .sfv/.md5/.sha1/.sha2 file or create your own checksum file.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 6
    GCC D Compiler (GDC) for Mac OS X (10.2-10.4) See http://gdcproject.org/ for new GDC development.
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 7
    GDC is a GCC front end for the D programming language.
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 8
    Automated VGAP Hosting. Includes getting TRNs from players, putting them into the right directory, telling players if their TRN is good or not, hosting games reliably at a set time, and providing utilities for common tasks like new game announcements.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Anime checker is a portable tool that verifies the integrity of your files. It calculates the CRC32 of your files and compares it with the one found in the filename. Useful with fansubbed animes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The AI-era engineering performance platform Icon
    The AI-era engineering performance platform

    Built for CTOs and software engineering leaders who need clear, objective visibility into performance, cost, and the real impact of AI.

    By connecting code, tickets, collaboration, and AI usage, it helps organizations understand what is being delivered, at what quality, and at what cost, including the real cost and efficiency of AI adoption. Through capabilities like benchmarking and calibration, Pensero enables teams to compare performance across engineers, teams, and peers, replacing subjective assessments with clear, data-driven insights.
    Learn More
  • 10
    OxyWitleaf2CSV

    OxyWitleaf2CSV

    Witleaf pulse oxymeter BIN format data decoder.

    The simple program is a Witleaf handheld pulse oxymeter BIN file format data decoder. It reads BIN-files produced by popular professional pulse oxymeters manufactured by Shenzhen Witleaf Medical Electronics Co., Ltd. (like the WIT-S300 shown in the photo on the project icon) and produces a CSV-formatted output with the extracted data to stdout (gets printed to the console if not directed otherwise). More info on https://github.com/mrKirushko/OxyWitleaf2CSV .
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    wxD is D programming language (www.d-programming-language.org) bindings for wxWidgets (www.wxwidgets.org), providing a portable GUI toolkit for D.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    It is a commandline tool to manipulate .xyz molecule files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or any similar programming issues.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Complex Renderer

    Complex Renderer

    Simple renderer of complex functions including recursive

    This program draws a user-defined function from complex plane to RGBA color. Currently, compiled program draws Mandelbrot set, but if you want to draw another function, you need to inherit it from 'Renderer' class in sources, pass it to 'Window' and recompile project. Including 4 versions. The first one was written with C++ and uses CPU 128-bit double. The second does the same, but was written with D language and Derelict3. The third uses GPU (GLSL shaders) to draw Mandelbrot set. It is extremely fast, but uses only 32-bit float. And finally, the fourth works on CPU, but uses arbitrary precision (OpenMP), so it hasn't limit for depth (except rendering time).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    ANTLR is a well-known parser generator . It can generate parsers in several languages. This project provides the templates to produce D code and a D runtime library for running the created parser. It requires ANTLR tool. Use svn to get D target. One example is included. This target works with ANTLR 3.4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Area 2048 is an abstract Japanese-style omni-directional shooter. Fight through multiple areas to reach the final boss. Comes with multiple difficulty levels and a soundtrack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AutoTool4D(autotool for d language) is a project that demo how to use autool(autoconf,automake and libtool) to compile d language, it also demo how to using libiconv and gettext to write I18N/L10N program in d language and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    BNDC - Bind zone generator

    Forward and reverse zone generator for Bind nameserver.

    DNS zone file generator for Bind name server. It keeps fully customizable forward and reverse zones synchronized and reloads the server when necessary. Repository is on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This will be a 2D/3D graphics engine written in D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Benetech Human Rights Program Utility Library: Collection of utilities used by the Benetech Human Rights programming for processing human rights data in preparation for statistical analysis. Library handles DSV files, name canonicalization, binarray, et
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Specialized database generator for Bible modules (kjv.dll, asv.dll, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Jogo 2D de estratégia em que se simula a disputa de dois times tendo como armas bombas em busca de cumprimento de objetivos em um cenário definido. O jogo possuirá suporte a jogos em rede.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    BulletD

    A port of the Bullet Physics engine to D

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ClayTek is a 3D games library based on SDL and OpenGL. It is being developed simultaneously with an Editor that uses FLTK, and is being developed under linux (Slack 9.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cocodao - The D/Cocoa Bridge for creating Cocoa applications in D language
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Auth0 Logo