Code Review Software for BSD

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

  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 1
    tkdiff

    tkdiff

    Side-by-side diff viewer, editor and merge preparer

    tkdiff is a graphical front end to the diff program. It provides a side-by-side view of the differences between two text files, along with several innovative features such as diff bookmarks, a graphical map of differences for quick navigation, and a facility for slicing diff regions to achieve exactly the merge output desired.
    Leader badge
    Downloads: 147 This Week
    Last Update:
    See Project
  • 2
    Eclipse Checkstyle Plug-in

    Eclipse Checkstyle Plug-in

    Integrates Checkstye into the Eclipse IDE

    The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 3
    AdaControl

    AdaControl

    Ada source code controller

    A tool that detects the use of many constructs in Ada programs. Use it to control style or programming rules, but also as a powerful tool to search for use (or non-use) of various forms of programming styles or design patterns.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Cvs Changelog Builder
    CvsChangelogBuilder is an utility to generate advanced, differential and/or graphical changelogs, for a project hosted on a CVS server (CVS change log). It provides a better output than the 'cvs log' command, and accept a lot of options.
    Leader badge
    Downloads: 3 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
    Simple use of javadbf (http://javadbf.sarovar.org) class. Allows import / export files from a Siemens Step7 project . Allow to put your logic files under SVN o similar (easy and fast!) NEW VERSION IS READY, NO CONFIGURATION NEED!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    CoFlo

    C and C++ control flow graph generator and analyzer

    CoFlo generates Control-Flow Graphs from C and C++ source code. It can then output the graphs in a number of ways and perform various control flow analyses. NOTE: CoFlo has not been under active development for several years. At this time, I suggest you look into LLVM-based tooling to see if there is anything similar to CoFlo which will meet your needs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Provide metrics calculation and dependency analyzer plugin for the Eclipse platform. Measure metrics with avg and std deviation and detect cycles in package and type dependencies. Continuation of work from http://sourceforge.net/projects/metrics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Number Base Converter

    Number Base Converter

    Instantly convert between number systems and do basic operations

    With this Java application values of arbitrary length can be converted between Dec, Hex and Bin number base. Additionally, bitwise and numeric operations can be performed on the main value (also of arbitrary size). The main feature is the visual buttons representing the appropriate bit value, which can show and change the respective bit position. Also, bit group values (eg. W0, H0, etc) can be displayed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    OndroSQL

    OndroSQL

    Thick SQL browser with query debug helping features

    Thick SQL browser with query debug helping features good arangement of components and shortcuts - fast application run - intuitive user operations - everything on the place where it is expected - imports and validates SQL queries from the source code of developed application For the changelog see the wiki pages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    AdLint

    AdLint

    Open source and free source code static analyzer

    AdLint is a source code static analyzer. It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99. AdLint is written in Ruby. So, it is available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AdLint Goodies

    AdLint Goodies

    Utilities for AdLint the source code static analyzer

    AdLint Goodies is a collection of miscellaneous utilities for AdLint. All goodies are written in Ruby and available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CheckStyle Contrib

    CheckStyle Contrib

    Custom checks, filters and quickfixes for CheckStyle and Eclipse-CS

    This project adds custom checks, filters and quickfixes for CheckStyle and Eclipse-CS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Code Insight is a Open source, cross platform software for developers to browse, edit and understand code easily, like commercial one named Source Insight. Based on CodeLite IDE the CodeInsight also is aligned with GPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CodeRepo

    PHP based code repository with syntax highlighting.

    PHP based code repository with syntax highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Codepot

    Web-based subversion manager

    Codepot is a web-based subversion repository manager. It incorporates the subversion revision control system and wiki-based documentation, and supports authentication via LDAP or DBMS. If you opt for the simplest, you can manage multiple subversion repositories independent of each other. Going beyond it, you can track issues, write documents, and upload release files. See it live at http://code.abiyo.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CodingChecker

    A coding style checker tool support C/C++ syntax

    This project provide a framework for general coding style checker's process: 1, Support different adapter plugin for different programming language syntax 2, Support incremental scanning 3, Support customize criteria rules. 4, Generate report for scanning result. A C/C++ adapter was also implemented based on clang library as example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cyrillic Check

    Cyrillic Check

    check cyrillic letters in php

    In PHP code, you can use variables and functions named not only in English. Usually this is a typo. CyrillicCheck searches and displays the error.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DevJournal is a tool for programmers that helps them be more purposeful and reflective about their work by tracking their edits and allowing them to save a collated, annotated history of their work session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Eclipastie is an open source Eclipse (3.3+) plugin (EPL license) which seamlessly copy and pastes text from within Eclipse to pastebins like Pastie (http://pastie.org) or LodgeIt (http://paste.pocoo.org/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Free SQL Formatter

    Free SQL Formatter

    SQL code formatter / beautifier

    FSQLF - Free SQL Formatter is open source SQL code formatter and beautifier, built to make life easier for people dealing with long SQL queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A web based peer code review tool providing subversion integration, working against live repositories; Syntax highlighting for a wide variety of languages; File and repository level diffing; E-mail notifications. Groogle is a Web 2.0 LAMP application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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: 0 This Week
    Last Update:
    See Project
  • 23
    With inspector, code revision and software inspection will turn into a more easier task, for software development teams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project lists common Java programming errors. This project has mainly only documentation on this errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Makes using log frameworks as painless as printing to stdout by adding intentions, live templates and code inspections that support most aspects of the configured log framework. On top of this log IDs and reviews can be generated in addition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.