Browse free open source Front-Ends and projects for Windows and Mac below. Use the toggles on the left to filter open source Front-Ends by OS, license, language, programming language, and project status.

  • 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    The stuff here has no documentation and some of it may never be completed. This is my playground, use at your own risk.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    dbXML is a Native XML Database (NXD). NXDs are databases that store XML using an internalized format for faster overall processing. dbXML was developed using the Java 2 Standard Edition version 1.4.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    AKKAR is a sentralized LARP management suite in PHP and MySQL. It offers complete organizational management and allows for easy colaberation between all the members of a LARP organizational group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CommonMap is an open source map project, forked from OpenStreetMap by a licence problem. CommonMap needs original softwares tuned for CommonMap. Most of software would be useful for any other open source map projects, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Use this to easily add database connection management to a .Net client application. Provides an interactive GUI to set and test database connection parameters. Manages storage and retrieval of connection strings with minimal configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Family Connections
    Family Connections is a private social networking website designed specifically for families to be as easy to use as possible. Key features are: message board, photo gallery, family tree, calendar, blog, chat room, address book and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Customer Relationship Management (CRM) webapplication that uses OASIS CIQ standards for administrating organisations, persons, memberships, as well as contact information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A pure Java client(GUI) application that utilizes a JDBC compliant database, to catalog records, cd's, dvd's, etc.. The application is for the average person whom has a record, cd, dvd, tape, etc.. music collection and wants to catalog this collection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hoopy installs a database model as a complete webapplication w/ Dojo elements. Supports many languages and regional formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select( select_details, function( err, rows ){ if( err ) console.log( err ); else console.log( rows ); }); ``` By this, we can generate a query something like this: ```sql SELECT `field1`, `field2` FROM `table_name` WHERE `field1` = 'value1' AND `field2` = 'value2' ``` For more information, visit the github project. https://github.com/sarahseguenza/nodejs-mysql-query-builder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OnFORME (Online Feedback Organization, Requesting and Monitoring for Educators) provides a way for educators to quickly author feedback objects (e.g. surveys), and publish them via the Web so that students can easily respond (based on Caché, CSP by ISC)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    (EN) PublicSQL is a sql version which works with Javascript. It allocates sql instruction to query tables. The tables must created as a "Portable Table Format" - a specail format alike the CSV format. (DE) PublicSQL ist eine SQL-Version fuer Javascript
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PyORQ (Python Object Relational binding with Queries) defines a new object-relational mapping. Native Python expressions which are translated automatically into SQL allow you to use the search capability of a relational database in an OO environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Repair Me
    Repair me is designed to be a repair order application for automotive shops. It is currently in the planning stages, so there are no files available. The goal is to become a cloud computing RO system. Features include: Reports, Contact Management System,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Steamer is a Java web service based application created with purpose to bridge any database to any SOAP or AJAX client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TSAR

    Tools Slightly Above the Runtime

    Tools Slightly Above the Runtime QueryTool for IBM i based on TSAR: http://www.ibm.com/developerworks/ibmi/library/i-extended-dynamic-sql/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    To assemble, using existing and new Open Source components, a full featured Accounting and Business Information Management System specifically for Small to Medium Enterprise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A PHP-based Ajax-terminal. Very usefull if you only have FTP-access to a server. Complete commandline MySQL-client is also build in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WikyBlog is a CMS/Groupware application written in PHP/MySQL that fuses collaborative editing features of wikis with user friendly publishing characteristics of blogs. MediaWiki derived wiki syntax, AJAX enhanced, UTF8 and extendable (google maps).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    a mongodb shell base on Scala REPL and Casbah
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open Source Application for databasing your Music Collection(s). iChoons will utilize other open source products such as MySQL, Apache Webserver and PHP as well as Python / wxPython and SQL Lite. We will also be including tools written in Python for Win3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pglib is an implementation of the frontend side of the PostgreSQL protocol, version 3.0. It is written in Python and Twisted (a framework for writing asynchronous applications). It offer a low level, asynchronous, acces to a PostgreSQL database, wit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    soaPDB is a clean way to Search, Organize, and get e-mail Alerts for saved PDB (Protein Data Bank) queries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Web-based spreadsheet-like application written in PHP and uses dynamic and interactive user's interface written in JavaScript with jQuery library. Data based on XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    zTable is a mini-DBMS written in Java. It has 2 parts: a back-end DBMS engine and a front-end Eclipse editor plugin. The engine can be embeded in any Java application. The Eclipse editor can be useful as a free DBMS for end-users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB