27 projects for "stable release" with 1 filter applied:

  • 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
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    r3dfox - Modern Firefox for Windows 7

    r3dfox - Modern Firefox for Windows 7

    Modern Firefox based web browser for Windows Vista & 7!

    r3dfox or r3dactedfox is a fork of release branch Mozilla Firefox made for Windows Vista, 7, and 8. r3dfox also comes with limited compatibility for Windows XP using One Core API. Included are multiple tweaks from Librewolf, other browsers, and our own tweaks. Our browser even has a custom theme. You can disable any of this at will for a more stock experience if you want to.
    Leader badge
    Downloads: 888 This Week
    Last Update:
    See Project
  • 2
    JobScheduler

    JobScheduler

    JobScheduler workload automation to execute jobs and workflows

    JS7 JobScheduler runs executables, scripts and database procedures and can be operated with e.g. MySQL, PostgreSQL, SQL Server, Oracle databases. JS7 JobScheduler provides workflow patterns such as sequential and parallel task execution, forking, synchronization, cross-platform scheduling, job load sharing, fail-over and a real REST API. JS7 includes the components: * JOC Cockpit (user interface for inventory management and control) * Controller (orchestration of Agents) * Agents:...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 3
    belofte chess

    belofte chess

    A promising chess program

    A console/text based chess program with XBoard/CECP and UCI API, available on all major platforms. You may need a graphical chess interface to use it. Please refer to README.md in the files section for installation instructions. The last stable release is 2.2.0 and has been released on 13/04/2026. Belofte 0.2.0 till 0.9.20 (c/c++): Xboard 1 & 2 (CECP) - Linux/Unix/(Windows) Belofte 2.1.1 and up (c++11) : UCI and Xboard 2 - Linux/Windows/Mac/Android/... For access to code, please clone the git repository. Compiles and Runs on 32/64 bit on Windows, Mac, Linux, Android (ARM/x86) and Raspberry. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Tria Sistema Operatiu

    Tria Sistema Operatiu

    Helps you find, download & burn the best Operating System for any PC

    Tria O.S. detects hard & soft specs of the PC where you run it, you can load this info or specify it manually to let the program inform you what would be the best operating system for a specific PC, with the specified hardware, and then see the difference by adding RAM, a SSD hard drive, changing the graphics card ... etc. REQUIREMENTS: For Linux, you need GAMBAS 3.3 or later, so you will have to install the gambas3 package before installing. 90's EDITION needs 160 MB (192 MB on...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    SpecTcl is a Tcl/Tk based histogrammer suitable for analysis of nuclear physics data. SpecTcl is relatively easy to learn, and is based on top of a very open C++ histogramming class framework. SpecTcl has been developed under NSF grant PHY-9528844 and DOE grant DE-SC0000661 Note that as of July 2023, all future development and release packages will be occur at https://github.com/FRIBDAQ/SpecTcl
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    CandidATS

    CandidATS

    Recruitment Management Software

    ...Demo: https://demo.candidats.net Forum: https://candidats.net/forums Installation: https://youtu.be/67RmpW3RWds PHP >= 5.6 <= 7.4 MySQL>=5.6.30 Installation Patch: Upload the files to the root Release: Upload the files. Run Installer and follow the instruction Migration: 1.3.2 stable has to be migrated to 2.0.0 stable 2.0.0 stable has to be migrated to latest No installation necessary for CandidATS 3.0.0 Beta to Stable. Uploading the files are enough. On Migrate, 1) Backup database, attachment directory, upload directory and config.php 2) Remove all files from the root directory 3) Upload the CandidATS files 4) Restore the attachment and upload directories after migration Migration to CandidATS 2.0.0 Stable 1) run the {candidats Installation url}/migrateextrafield.php 2) Execute the generated extrafield.sql in the database
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    UltraDefrag

    UltraDefrag

    Increase your system performance with this easy to use tool

    Please note, here you can find the latest open source release of UltraDefrag (7.1.4). The most recent UltraDefrag release (15.0.0) can be found on our official website: https://ultradefrag.net UltraDefrag is a disk defragmenter for Windows, which supports defragmentation of locked system files by running during the boot process. It is easy to use without any complicated scripting or a huge load of configuration settings. You can filter the files processed by size, number of fragments,...
    Leader badge
    Downloads: 855 This Week
    Last Update:
    See Project
  • 8

    MP3 File Organizer

    Efficient MP3 File Organizer

    First release of my Mp3 File Organizer 3 Pass MP3 File Organizer. Program can run in the background. It does not take any memory nor resources. Select Root Directory of MP3 Music and this program will reorganize it recursively according to: 1) Artist Name 2) Album Name 3) Will rename each MP3 to: Artist Name - Song Name.mp3 and will move file it to proper folder. The program also deletes empty folders. If you ever get any errors, this program will temporarily stop so you can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    shared_from_this() in Constructor

    shared_from_this() in Constructor

    Drop-in replacement for std::shared_ptr + std::enable_shared_from_this

    Apparently, many people dislike that the standard std::enable_shared_from_this class does not allow to invoke shared_from_this() in the constructor. Guess What: This library is supposed to fill the gap. The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer. Big downside is however, that it's not (yet) made thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10

    Nancy_EX

    Quantum Chemistry: Excited States Topology

    An open source code for the analysis of electronic excited states: Natural Transition Orbitals; Detachment and Attachment Density Matrices; Quantum Chemical Charge-Transfer Descriptors. The code is intended to postprocess Gaussian 03 and 09 outputs. Important Note: A new release with better compilation option has been released on November the 9th 2015. We strongly advise to use this one since the previous option may have led to some unexpected bugs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    quban

    quban

    Quban is a usenet binary newsgrabber for Linux

    News August 2nd 2015 Quban version 0.7.5 now available from the website: http://quban.sourceforge.net/ . Please read the release notes at http://quban.sourceforge.net/releases.php#0.7.5 Quban is a Qt4 program to download encoded articles from Usenet, originally forked from Klibido 0.2.5. It supports multiple servers, multiple download threads per server plus automatic joining, decoding, repair and unpacking of articles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NHunspell Spellcheck-Hyphen-Thesaurus

    NHunspell Spellcheck-Hyphen-Thesaurus

    Spell Checker, Hypehnation and Thesaurus for .NET

    NHunspell is a .NET version of the open office spell checker. Functions: spell checking, hyphenation, thesaurus with the open office dictionaries. It is free (GPL,LGPL, MPL) and can be used in closed source software. NuGet Package: http://nuget.org/packages/NHunspell/ Release Files and Samples: http://download.crawler-lib.net/NHunspell/ Support: http://www.crawler-lib.net/boards/forum/5/nhunspell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RhinoLINUX Main Edition

    RhinoLINUX Main Edition

    Desktop Linux - custom built on Debian/Ubuntu/Mint upstream codebases

    RhinoLINUX aims to create a desktop OS with something for everyone, but with ease of use, flexibility and minimal fuss. It is a goal of the project that the OS will run or open ALL common/popular document/media/web format files without needing to add apps/plugins/codecs etc. RhinoLINUX Main Edition is our flagship product. We also have a Lite XFCE,KDE and Cinnamon Editions all hosted at SF.nef This latest release v8.0 is Trusty Tosca - built using Ubuntu 14.04 'trusty' source as...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Coulson Plot Generator

    Coulson Plot Generator

    Graphics generator for pie diagram matrix from spreadsheets

    For comparative plus/minus spreadsheet data, Coulson Plot Generator application creates a multiple pie diagram, for a rapid visual comparison of subunit occupancy across a range of entities. Numbers of pies, segments, labels and colours are customisable. Creates an editable PDF from a comma separated text file. Now with zoom capability and more memory, for larger datasets. Save images in several formats including SVG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Cosign: Web Single Sign-On

    Open Source Web Single Sign-On

    An open source project originally designed to provide the University of Michigan with a secure single sign-on web authentication system. Cosign is part of the National Science Foundation Middleware Initiative (NMI) EDIT software release.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    "The Pirates' Treasure Hunt" is an adventure game originally written by Delton T. Horn as part of his "Golden Flutes and Great Escapes" games collection. This is my attempt at converting it into a Windows-based GUI game program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Win32 Locate and Updatedb Scripts

    Win32 Locate and Updatedb Scripts

    Easy way to search files and folders

    Like the Linux "locate" and "updatedb", "winlocate" is a very simple solution for finding files and folders in a windows environment system. All is done by using 2 scripts (.BAT), some GNU tools and Sqlite3. I hope you will enjoy this release.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    **The new version WebsitePanel 1.2.0 is available at http://websitepanel.codeplex.com ** **Please visit the above website for the latest release of the software. Legacy code releases will remain on SourceForge for user access**
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ServiceManager
    Achieve comprehensive service management processes for incident, problem, change, configuration, availability, release, contract, catalog-based requests and service level management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    yaSSL, or yet another SSL, is an embedded ssl library for programmers building security functionality into their applications and devices. yaSSL is highly portable, and runs on standard as well as embedded platforms(QNX, ThreadX, VxWorks, Tron) yaSSL is still available but no longer being developed. Current development on the same project continues under wolfSSL. Visit yaSSL Home above for the latest stable release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Project devoted to the release, porting and creation of XOOPS themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    If you reach this page most likely you are looking for Rodi P2P binary release - check web site rodi.sf.net If you are looking for CLI/FFS/AOS portable C/C++ libraries for RTOS "emLib" package is the way to go
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    YARD RADIUS

    Yet Another Radius Daemon

    Yet Another Radius Daemon (i.e. YARD RADIUS) is a free RADIUS RFC-compliant daemon for accounting and authorization, which is derived from the original Livingston Enterprise Inc. RADIUS daemon release 2.1. It adds several useful features to the LE daemon
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The SRT (System Release Tool) is a file transfer tool that allows a user to interactively synchronise directory trees on two or more computers. It is particularly well suited to publishing files to web sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WMO (World Meteorological Organisation) message switch. Initially developed by the Norwegian Meteorological Institute, permission was given to release the system, currently running in production, under the GPL. It handles routing and message preparation,
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB