Documentation Software

Browse free open source Documentation software and projects for Windows and BSD below. Use the toggles on the left to filter open source Documentation software by OS, license, language, programming language, and project status.

  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Doxygen
    Doxygen is a JavaDoc like documentation system for C++, C, Java and IDL.
    Leader badge
    Downloads: 15,489 This Week
    Last Update:
    See Project
  • 2
    TestLink

    TestLink

    Test & requirements management

    TestLink is a web based Test Management tool. The application provides Test specification, Test plans and execution, Reporting, Requirements specification and collaborate with well-known bug trackers. Repository: https://github.com/TestLinkOpenSourceTRMS
    Leader badge
    Downloads: 756 This Week
    Last Update:
    See Project
  • 3
    Utilities for general- and special-purpose documentation. Includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
    Leader badge
    Downloads: 279 This Week
    Last Update:
    See Project
  • 4
    cloc (Count Lines Of Code) counts, and computes differences of, comment lines, blank lines, and physical lines of source code in many programming languages. cloc is now being developed at https://github.com/AlDanial/cloc
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    "Roberge's Used Robot (RUR) : a Python Learning Environment" is a Python implementation of a "robot environment" as introduced by R. Pattis in 1981. **It is obsolete.** See https://github.com/aroberge/rur-ple
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 6
    Natural Docs

    Natural Docs

    Multi-language source code documentation tool

    Natural Docs is an open-source documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it. SourceForge houses the source code and issue database for the old Perl version of Natural Docs, version 1.52. It is still available but no longer being updated. Please see NaturalDocs.org for the 2.x source code and issue database. However, you can still download the both the old and the new 2.x releases of Natural Docs here.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 7
    Docco

    Docco

    Literate Programming can be Quick and Dirty

    Docco is a documentation generator by Jeremy Ashkenas that embraces the literate-programming style: it takes your source code and produces annotated HTML documentation that shows your comments side-by-side with your code. The idea is to read code like a book — commentary on one side, code on the other — which helps reviewers and learners understand intent and implementation simultaneously. It supports many languages (via configuration) and is intentionally quick and dirty, prioritizing lightweight output rather than heavy tooling. For teams that favour documentation that stays close to the codebase (rather than entirely separate docs), Docco offers a pragmatic route to keep documentation aligned with implementation. Because the output is browser-readable, it can live in your repository or website and be regenerated easily. It’s particularly useful for open-source projects, teaching code, or scaffolding codebases where reader orientation matters.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    The project is to translate latest vim help documentations into simplified Chinese.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 9
    AsciiDoc is a presentable text document format for writing articles, UNIX man pages and other small to medium sized documents. The asciidoc(1) command translates AsciiDoc files to HTML, DocBook and LinuxDoc formats.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Laravel Request Docs

    Laravel Request Docs

    Effortless API documentation tool for Laravel applications

    The Hassle-Free automatic API documentation generation for Laravel. Automatic rules fetching from injected Request and by regexp. Automatic routes fetching from Laravel Routes. Support for Laravel logs. Support for SQL query and query time. Support for HTTP response time and memory consumption. Support for Authorization Headers. Support for File uploads, and support for Eloquents events. Display extra documentation using markdown. Saves the history of previous requests. Added filters to sort, group, and filter routes by methods, controllers, middleware, and routes. Export Laravel API, routes, rules, and documentation to Postman and OpenAPI 3.0.0.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    A fast and reliable tool, written in Java 8, for generating professional UML sequence diagrams from text. Supports actors, con-/destructors, threads, broadcasts, notes, and fragments. Can serve as a Javadoc taglet. Exports PDF, (E)PS, SVG, PNG, ... The source code is hosted at http://github.com/sdedit/sdedit
    Downloads: 20 This Week
    Last Update:
    See Project
  • 12
    Foswiki
    Foswiki is an Enterprise wiki, typically used to run a collaboration platform, knowledge base or document management system. Users can create wiki applications using the Topic Markup Language, and developers can extend its functionality with plugins. Foswiki stands for "Free and Open Source" wiki to emphasize its commitment to Open Source software.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 13
    ExpressJS.com

    ExpressJS.com

    The Express.js Website

    This repository contains the source for the Express web site and documentation, the canonical reference for developers using the Express framework. It organizes material into API reference, getting-started guides, best practices, and topic-focused explanations such as routing, middleware, error handling, templating, and performance. Versioned docs help readers match API behavior to the framework version they’re running, reducing confusion during upgrades. The site showcases common patterns through concise examples, making it easy to translate concepts into working code. In addition to core Express usage, the documentation surfaces ecosystem guidance on things like security headers, structured logging, and integration with view engines or ORMs. Because it is open to community contributions, the documentation evolves alongside Express itself, reflecting real-world questions and solutions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    docbook2X converts DocBook documents to man and Texinfo format.
    Leader badge
    Downloads: 106 This Week
    Last Update:
    See Project
  • 15
    Official Support and Documentation for SourceForge.net, provided by the SourceForge.net Service Operations Group (SOG).
    Downloads: 60 This Week
    Last Update:
    See Project
  • 16
    Requirements management tool designed to achieve full SDLC traceability for features, requirements, design, implementation and testing. UI for requirements derivation, version control, attributes etc. Upgrade path also available at https://sourceforge.net/projects/nimble
    Downloads: 25 This Week
    Last Update:
    See Project
  • 17
    Personal wiki that lives in one self-modifying XHTML containing software, interface and data. Very useful for creating small websites and mantaining notes or todo-lists; completely javascript-programmable, supports encryption and file embedding.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    MetaUML is a GNU/GPL MetaPost library for typesetting exquisite UML diagrams.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19
    Highlight Code Converter

    Highlight Code Converter

    Source code to formatted text converter

    Highlight is a source code to formatted text converter. It generates HTML, XHTML, RTF, ODT, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are Lua scripts and support plugins
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    WackoWiki

    WackoWiki

    WackoWiki is a light and easy to install multilingual Wiki-engine.

    WackoWiki is a light and easy to install multilingual Wiki-engine. Supports WYTIWYG-editing, page rights (ACLs), design themes (skins), file upload, email notification and much more. Compatible with PHP 8.0 - 8.5 and MariaDB / MySQL / SQLite.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    Google Engineering Practices Docs

    Google Engineering Practices Docs

    Google's Engineering Practices documentation

    The eng-practices project by Google is a public repository that documents the company’s established engineering best practices, accumulated through years of large-scale software development across diverse teams and languages. Its purpose is to share Google’s collective experience in areas such as code review, collaboration, and quality assurance with the broader software engineering community. The repository provides practical guidelines designed to help developers and reviewers produce cleaner, more maintainable, and higher-quality code. It includes Google’s comprehensive Code Review Guidelines, split into two major sections: The Code Reviewer’s Guide and The Change Author’s Guide, which detail the expectations and processes for both reviewers and authors. Additionally, it explains key terminology and practices commonly used within Google to make the documentation accessible to external audiences.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    NGINX Admin’s Handbook

    NGINX Admin’s Handbook

    How to improve NGINX performance, security, and other important things

    nginx-admins-handbook is a practical, in-depth guide for configuring, securing, and operating NGINX across real-world deployments. It distills years of research, notes, and field experience into a single handbook that complements the official docs with concrete rules, explanations, and curated external references. The handbook spans fundamentals and advanced topics alike, from HTTP and SSL/TLS basics to reverse proxy patterns, performance tuning, debugging workflows, and hardening strategies. A centerpiece is its prioritized checklist of 79 rules, grouped by criticality, helping readers focus on what most impacts security, reliability, and speed. Instead of copy-paste snippets in isolation, it emphasizes understanding trade-offs, avoiding common pitfalls, and balancing security with usability. Designed for system administrators and web application engineers, it aims to be a living companion that encourages experimentation, measurement, and continuous improvement of NGINX configurations
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Open Guide to AWS

    Open Guide to AWS

    Amazon Web Services — a practical guide

    og-aws (The Open Guide to Amazon Web Services) is a community-maintained reference that consolidates tips, best practices, and practical knowledge for effectively using AWS. Unlike official AWS documentation, which provides only formal product details, this guide integrates real-world experiences, advice, and caveats gathered from engineers who work with AWS daily. It covers core services such as EC2, S3, IAM, load balancers, and EBS, while also providing insights into optional and advanced services. The guide is designed to be concise, practical, and continuously updated, making it a valuable resource for both beginners and experienced cloud practitioners. It addresses topics like cost management, lock-in risks, service selection, and alternatives, helping users make informed architectural decisions. As a collaborative effort, og-aws grows and evolves with community contributions, ensuring its content remains relevant in the fast-changing cloud ecosystem.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    OpenGL Software Development Kit

    Utility libraries for working with OpenGL.

    The Unofficial OpenGL SDK is a collection of utility libraries designed to make it easy to learn the exciting world of 3D programming with the OpenGL library. This project is not associated with The Khronos Group.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. Epydoc supports two output formats (HTML and PDF), and four markup languages for docstrings (Epytext, Javadoc, ReStructuredText, and plaintext).
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next