Showing 214 open source projects for "software testing projects"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional servicesโ€”without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Must-Watch CSS

    Must-Watch CSS

    CSS Grid, flexbox, custom variables, performance, frameworks

    Must-Watch CSS is a curated collection of high-quality recorded talks and presentations about CSS, covering both foundational topics (like layout, Flexbox, Grid) and more advanced or modern concerns (such as performance, tooling, CSS variables, animations, and architecture). Rather than being a code library, it serves as a learning resource โ€” a โ€œwatch-listโ€ for front-end or UI developers who want to deepen their understanding of CSS beyond basic syntax. The repository organizes talks by year...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    React Native Vector Icons

    React Native Vector Icons

    Customizable Icons for React Native with full styling

    Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate into your project. If you want to use any of the bundled icons, you need to add the icon fonts to your Xcode project. For each platform (iOS/Android/Windows) you plan to use, follow one of the options for the corresponding platform. Upgrading this package often requires the font files linked to your projects to be updated as well. If the automatic linking works for you, running this again should update the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    mulder

    mulder

    MuldeR's OpenSource Projects

    OpenSource development since 2004. Featured projects: * LameXP - audio encoder front-end * MPlayer for Windows - custom MPlayer installer for Win32 * Simple x264 Launcher - simple GUI front-end for x264 * Many more...
    Leader badge
    Downloads: 364 This Week
    Last Update:
    See Project
  • 4
    LED Matrix Studio

    LED Matrix Studio

    Design graphics for LED-based electronics projects

    Theย LED Matrix Studioย is free application designed for electronics enthusiasts who want to speed up the development of their LED and matrix projects. It supports many different export options, animations and different sizes of matrix. The 0.21 update allows for grid-based and freeform pixel layouts. Use the software to design fonts, graphics and animations for yourย PICAXE, PIC,ย Arduino, Parallax and any other electronics or microcontroller projects. Comes with example Arduino files demonstrating use of exported data. ...
    Leader badge
    Downloads: 183 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhereโ€”across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Peace Equalizer, interface Equalizer APO

    Peace Equalizer, interface Equalizer APO

    System-wide PC Audio Equalizer and Effects app for Windows 7 to 11

    ...Only this site here on SourceForge is the actual website by me, Peter Verbeek. Peace equalizer is a Windows PC interface for Equalizer APO http://sourceforge.net/projects/equalizerapo. Besides an system-wide audio equalizer on your Windows PC, Peace has an effects panel for balance, crossfeeding, delay, etc., a graph window and much more. In short: Peace is an equalizer and audio mixer for all your PC software on any Windows version from Vista to 11. Your configuration (e.g. EQ, preset, profile) can be saved and activated again by 1 click, hotkey, tray or desktop shotcut. ...
    Leader badge
    Downloads: 43,582 This Week
    Last Update:
    See Project
  • 6
    Video of Death
    Video of Death is a nonlinear video editing software. You must install FFmpeg.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Generic Image Decoder

    Generic Image Decoder

    A standalone, portable generic Ada package for decoding images

    The Generic Image Decoder is a package for decoding a broad variety of image formats, from any data stream, to any kind of medium. Unconditionally portable code: OS-, CPU-, compiler- independent code. More information on... http://gen-img-dec.sf.net Alire crate: https://alire.ada.dev/crates/gid Mirror: https://github.com/zertovitch/gid
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 8
    Vircadia

    Vircadia

    Vircadia open source metaverse platform

    ...Vircadia worlds can be accessed from Windows, Linux, and MacOS. Android, iOS, and Quest 2 support is coming soon. Unlike most platforms, Vircadia is 100% open source with the full software stack necessary for a premium metaverse experience licensed as Apache 2.0. Because of this, all aspects of the project can be customized for your use case. Vircadia consists of many projects and codebases with its unifying structure's goal being a decentralized metaverse.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Mermaid.js to SVG Converter

    Mermaid.js to SVG Converter

    Visualize the diagrams of your projects

    While coding with AI assist, I noticed bigger projects need something more rigid as context so the AI coder doesn't stray away when I try to add new features. You know, to keeps its memory fresh and not change the stuff that already works. The trick is to ask the AI to write a diagram in Mermaid.js format that solidifies the structure of the project and then use that as context to keep the AI reminded at all times what the project is as a whole. This will prevent it from changing things...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storageโ€”all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    EZ Project

    EZ Project

    Softwares making our work easier

    Go to "Files" to download releases of EZComm and Jirrit. EZComm (EZ Comm) is still maintened, code hosted on https://github.com/bon-ami/ezcomm You can use it as either a client or a server for TCP/UDP text messages Jirrit is still maintened, code hosted on https://github.com/bon-ami/jirrit You can use it to operate with commands on JIRA, bugzilla, Jenkins and Gerrit. EZOutput is hosted on https://gitee.com/bon-ami/ezoutput
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    geometry3d

    A Python library for geometric objects in 3 dimentions

    Implemented classes of 3d objects: * Vector * Point * Line * Plane * LineSegment Yet incompletely implemented classes: * Triangle * Disk (closed circle) * Union (a collection of 3d objects) Each object has methods for finding its sizes, containing box or containing sphere. It finds intersection and distance or closest to another object part of itself. It also can tell if it contains the other object or is it contained by that. Where appropriate, it's easy to check...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    SongRec for Windows (Free Builds Mirror)

    SongRec for Windows (Free Builds Mirror)

    This page provides free access to Windows builds of SongRec.

    ๐Ÿ”— Official Project SongRec is an open-source application for music recognition. ๐Ÿ‘‰ Official repository: https://github.com/marin-m/SongRec ๐Ÿ‘‰ Official releases: https://github.com/marin-m/SongRec/releases ๐Ÿ“ฆ About These Files The latest official Windows builds are now provided directly by the original maintainer. This page may host: Mirrors of official releases Historical versions for compatibility/testing Previously distributed builds for archival purposes โš ๏ธ Important...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    audiochain

    audiochain

    The Java Multitrack Audio Recording Software AudioChain

    AudioChain is a software for recording and mixing sound. It is primarily designed to simplify your home recording tasks, while it is not limited to that. This software helps you focus on creating your song, which should be a very musical and creative process. AudioChain aims to avoid bothering you to handle with a complicated graphical user interface. The AudioChain software is a convenient alternative to a hardware multitrack recorder. All you need is a computer with a good audio...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    CommBusTerm

    CommBusTerm

    "CommBusTerm"

    "CommBusTerm" is based on a "Raspberry Pi 4 Model B" or "Raspberry Pi 5", and the "kmicommbusmediator" interface, which provides connectivity to the "PPG Communication Bus" which is used by PPG synthesizers such as the "Wave 2.2", "Wave 2.3", "EVU". Hardware: * "kmicommbusmediator": https://sourceforge.net/projects/kmicommbusmediator/ * "kmiwaveram": https://sourceforge.net/projects/kmi-wave-ram/ Software: * "cbmedimonitor" control tool * "WaveProgEdit" sound-program editor * "WaveBackup" backups * "waveaddsynth" for additive synthesis * "wavetransientutil" for transient sounds Copyright (C) 2022-2026 by Klaus Michael Indlekofer. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Ada Bar Codes

    Ada Bar Codes

    Bar Code (1D or 2D) generator in pure Ada

    The project Ada Bar Codes provides a framework for generating various types of bar codes (1D, or 2D, like QR codes) on different output formats and devices. Alire crate: https://alire.ada.dev/crates/bar_codes Mirror: https://github.com/zertovitch/ada-bar-codes
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    Tachyon Tunnel

    Java Audio Plugin System

    Several projects here: - An audio plugin system, 100% Java based - A demo command-line audio time stretching tool based on the plugin system - A fork of tritonus, with: o Support for floating-point encoding (WAVE, AIFF, AU) o Support for WAVE files of more than 4 GB using RF64 o Many other small improvements (mostly on the three PCM formats (WAVE, AIFF, AU)) - A JavaSound SPI for opus audio files (reading and writing)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    footswitch2

    footswitch2

    Audio Transcription software for Linux (Vlc) with a foot pedal

    Footswitch 2 is a media player for transcribers on Linux. Written in python and using the python bindings for VLC it allows a transcriber to control the audio or video with a USB footpedal, and includes a set of macros that integrate into LibreOffice. This allows the transcriber to control the media player from within Libreoffice as well, making it useful for those who do not yet own a footpedal/footswitch. Control of the media player from LibreOffice can be via Hotkeys or an integrated...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    ccccd

    ccccd

    Channel Code Copy of Compact Discs

    ...Here, the NRZI signal which stems from the laser-pickup of a CD player is recorded directly, providing sort of a pit-land photo of the CD. The resulting image file, in turn, is demodulated and decoded in software, i.e. within a virtual CD player. The digital audio channel code on LaserDiscs and CD Video discs can be handled as well. Note: The image extraction functionality requires a proprietary hardware interface with a modified disc player. Associated open hardware project "ccccd-HW": http://sourceforge.net/projects/ccccd-hw/ Note: Special restrictions apply. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    glslmath

    glslmath

    C++ header-only library that simulates GLSL math

    GLSLmath provides C++ math operations as defined by GLSL. For example, it provides methods to easily setup viewing transformations and perspective projections. GLSLmath has been inspired by the glm and slmath libraries, which aim to mimic GLSL, but in contrast to those GLSLmath does not focus on a complete conforming implementation of GLSL. It rather aims to provide a convenient single header file that implements the most commonly used subset of GLSL so that it is easy to use for rapid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EarQuiz Frequencies

    EarQuiz Frequencies

    Software for technical ear training on equalization

    ...The program is Free Software, distributed under GNU GPL v3 License.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Brightless

    Brightless

    Windows brightness control | Control de brillo en Windows

    https://sourceforge.net/projects/brightless/files/ ~ Last 28-12-2025 ~ English: Brightless lets you control screen brightness in Windows. Can reduce brightness at working or reading on bright screens directly from the software, without needing to touch the screen or do anything else. Brightless simplifies brightness management. It's especially useful for screens with a dark image that don't have a way to increase brightness, allowing for better screen visibility. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    GatcomVideo

    Graphical application included in the VDSF-VN framework

    ...GatcomVideo is part of the Video Delivery Simulation Framework over Vehicular Networks (VDSF-VN), which is composed of several components: (1) an OMNeT++ project called "ppp_qos" (2) GatcomSUMO (3) GatcomVideo The "ppp_qos" project and the application GatcomSUMO are downloadable from different SourceForge projects. In addition, the application requires the following simulators/software: (1) SUMO v1.8.0 (2) OMNeT++ v5.6.2 (3) Veins v5.1 (4) HM reference software for HEVC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Rawgraphs app

    Rawgraphs app

    A web interface to create custom vector-based visualizations

    Inspired by and built on top of open-source projects. RAWGraphs is open to the community for contributions. Almost 30 visual models to visualize quantities, hierarchies, and time series and find insights in your data. Even though RAWGraphs is a web app, the data you insert will be processed only by your web browser. Save your project, or export it as a vector or raster image. Edit it within your favorite software.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    HARFANG 3D engine

    HARFANG 3D engine

    HARFANG 3D source code public repository

    HARFANG 3D builds real-time 3D tools for industry professionals. Its software suite is tailored to developers, designers and engineers aiming to efficiently and seamlessly develop, implement & deploy 3D solutions (HMI, VR/AR, simulation, interactive 3D), regardless of development language or platform constraints. HARFANG Studio is the ideal 3D editor for creating real-time scenes & animations that match your design vision. It can manage the entire 3D graphics production workflow in a simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    A simple emoji support for node.js projects. To install node-emoji, you need node.js and npm. Once you have that set-up, just run npm install --save node-emoji in your project directory. You're now ready to use emoji in your node projects! There are some emojis that have "-" in their name, for example "t-rex" and refrencing them directly like this (emoji.t-rex) won't work. In such cases, use the emoji.get('t-rex') syntax instead. To update the list or add custom emoji, clone this repository...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB