Open Source Linux Software Development Software - Page 8

  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool 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
    GNOME Clipboard Manager is an environment made for managing your clipboards. It will automatically fetch new clipboards, and will push all the formats of that clipboard to a shelf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GNU/Linux Desktop Testing Project (GNU/LDTP) is created with the goal of producing high quality test automation frameworks and cutting-edge tools that can be used to test the Linux Desktop and improve it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GREdit means Gtk Ruby Editor. This is a full ruby-gtk scripted editor. It's interface is done 'a la gimp', and can do highlight syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Open Application Builder for GTK 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 5
    GFC is a set of C++ foundation classes for developing GTK+ applications on Unix-like systems such as Linux. Its GUI toolkit combines the power of GTK+ and the power of C++ into an easy to use state-of-the-art application development platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A simple Unicode text editor which supports many encodings. Also nice Notepad replacement. To be a simple to use and fast Unicode HTML/XML editor. I have the intention to make it the Gnome2 editor. Yet no syntax highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gtracer traces gsignal's `connect', `emit', `disconnect' and `callback invocations' in gtk application, and about `connect', `emit' and `disconnect', backtracing of function calls is also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gaphor is a UML modeling environment written in Python. Gaphor is small and very extensible. The repository is located at http://github.com/gaphor/gaphor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A plugin for the Gnome editor »gedit« that supports you in editing LaTeX documents and BibTeX bibliographies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    The Gedit "builder" plugin is a plugin for the Gnome Text Editor that allows you to compile source code and then click on the compiler output errors to go to those errors in the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Gemini is a suite that includes a command-line tool and a GUI to synchronize data between two or more folders. It will also include a Daemon for automatic syncs and some advanced Sync Functionalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Glimmer is a code editor for GNOME, using Python as a scripting language for extending it's capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Global Translation and Localisation Team
    Translation team with the primary objective to translate and maintain the translations of some useful SourceForge.net Projects. GUI and CLI applications, PHP, Java and Documentation for Linux, Apple MAC & BSD and Windows. More info on our homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GnoDarwin is a CASE tool for Software Architecture integrated in GNOME Desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Some Gnome Gorilla's icons converted to be used in Dia program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A graphical frontend using gnome/gtk for the standard flash-utility (vrflash) suplied with the Agenda VR3 from Agenda computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gnome-GCJ is a set of GTK+ and Gnome bindings for Java. It compiles with the GCJ compiler (part of egcs) and uses the GCJ runtime library libgcj.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GnuCOBOL

    GnuCOBOL

    A collection of GnuCOBOL programs

    This is a collection of COBOL programs, in order to contribute, share and disseminate the GnuCOBOL (formerly OpenCOBOL) project: https://sourceforge.net/projects/open-cobol/ All programs are written by Juan Carlos Negrete, from middle 2018 as at date. Some GnuCOBOL programs could also have been created by other collaborators, in which case they are listed in the AUTHORS and THANK YOU files. Copyright 2018-2025 Free Software Foundation, Inc. All these programs are free software; you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the FSF. Downloads: https://sourceforge.net/projects/gnucoboldev/files/ Wiki: https://sourceforge.net/u/alphastation/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GnubVersion is a GNOME interface to Subversion. The intention is to allow users to use a subversion repository through nautilus, without having to resort to the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GoDotEnv

    GoDotEnv

    A Go port of Ruby's dotenv library

    A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file). Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables. But it is not always practical to set environment variables on development machines or continuous integration servers where multiple projects are run. Dotenv load variables from a .env file into ENV when the environment is bootstrapped. It can be used as a library (for loading in env for your own daemons etc) or as a bin command. There is test coverage and CI for both linuxish and windows environments, but I make no guarantees about the bin version working on windows. Existing envs take precedence of envs that are loaded later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GobSmack is a GUI framework for the web. It contains a session manager daemon, a CGI frontend written in C, and an AJAX-based JavaScript library to deal with server communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. Its home page is now: http://live.gnome.org/GooCanvas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Google Webfonts Help System With Demo
    Have a look at the Video below for details. Categories : Create Beautiful Website News, Magazine, Blogs, Articles, Pages, Recipes, Design, Development etc. in your own language using Most Popular Google Webfonts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a Linux Google Reader notifier application nested in your toolbar it will tell you when you've got a new RSS item available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This library extends GTKmm with widgets helpfull for drawing Graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB