Installers for Linux

View 68 business solutions
  • 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
  • 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
  • 1

    slackpkg+

    extentions to slackpkg for third-party repositories

    Slackpkg is a good package manager for slackware that help the user to keep updated its installation. The Slackpkg+ project is a simple plugin that allow the user to add third-party repositories to slackpkg so to use a single tool for keep update the slackware installation and to install non-official packages. Like slackpkg, slackpkg+ leave unchanged the slackware philosophy becouse the user take full control of installation process. Slackpkg+ also allow to install and keep updated the alienbob's compat32 libraries so to have a multilib system without download and install it manually. Slackpkg+ is NOT a new tool with new commands. The user can continue to use the standard slackpkg command line: # slackpkg update gpg # slackpkg update # slackpkg install openjdk # slackpkg upgrade-all etc..
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 2
    MySQLTuner

    MySQLTuner

    Script written in Perl to assist with MySQL configurations

    MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions. MySQLTuner supports ~300 indicators for MySQL/MariaDB/Percona Server in this last version. MySQLTuner is maintained and indicator collect is increasing week after week supporting a lot of configuration such as Galera Cluster, TokuDB, Performance schema, Linux OS metrics, InnoDB, MyISAM, Aria, etc. It is extremely important for you to fully understand each change you make to a MySQL database server. If you don't understand portions of the script's output, or if you don't understand the recommendations, you should consult a knowledgeable DBA or system administrator that you trust. Always test your changes on staging environments.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    One-JAR(TM)
    One-JAR(TM) is a simple solution to a vexing problem in Java: how to distribute an application as a single jar-file, when it depends on multiple other jar-files. One-JAR uses a custom classloader to discover library jar files inside the main jar.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    FOG - A Free Cloning Solution
    FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes featues like memory and disk test, disk wipe, av scan & task scheduling.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 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
  • 5
    Arch Linux Fast Install

    Arch Linux Fast Install

    Install Arch Linux with 2 lines of code

    # archfi Just a simple bash script wizard to install Arch Linux after you have booted on the official Arch Linux install media. With this script, you can install Arch Linux with 2 lines of code. This wizard is maked to install minimum packages (base, grub and optionally efibootmgr). At the end of this wizard, you can install or launch archdi (Arch Linux Destop Install) to install and configure desktop packages. archdi project : https://github.com/MatMoul/archdi You can watch my videos to show how to use it : https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq How to use : Boot with the Arch Linux image : https://www.archlinux.org/download/ Download the script : wget archfi.sf.net/archfi or if sourceforge is down : wget matmoul.github.io/archfi And launch the script : sh archfi
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 6
    Display Driver Uninstaller - v 17.0.5.3
    Download Display Driver Uninstaller DDU - Display Driver Uninstaller is a driver removal utility that can help you completely uninstall AMD/NVIDIA graphics card drivers and packages from your system, without leaving leftovers behind (including registry keys, folders and files, driver store). The AMD/NVIDIA video drivers can normally be uninstalled from the Windows Control panel, this driver uninstaller program was designed to be used in cases where the standard driver uninstall fails, or anyway when you need to thoroughly delete NVIDIA and ATI video card drivers. This software is backed by Guru3D.com The current effect after you use this driver removal tool will be similar as if its the first time you install a new driver just like a fresh, clean install of Windows. As with any tool of this kind, we recommend creating a new system restore point before using it, so that you... Read more and download official version at http://bit.ly/2kNnuLS
    Downloads: 35 This Week
    Last Update:
    See Project
  • 7

    nsisbi

    NSISBI aims to remove the current 2GB limit found in NSIS.

    NSISBI aims to remove the current 2GB limit found in NSIS. This version adds support for using a separate file for storing the install data, therefore allowing installer sizes up to a theoretical max size of 8EB (this is controlled by NSIS_CONFIG_EXTERNAL_FILE_SUPPORT, this is turned on by default). On versions before 7069-1, the compiler (makensis) is designed to run on 64 bit machines as this is the feature needed to make installers bigger than 2GB. On versions before 7208-1, source files added to the installer are limited to 2GB per file (this is controlled by NSIS_CONFIG_LARGE_FILE_SUPPORT, this is turned on by default). This project is the result of several different experiments focused on relieving the 2GB limit in NSIS, so it's still a work in progress. I'll try to keep it up to date with each major NSIS release.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 8
    Arch Linux Desktop Install

    Arch Linux Desktop Install

    Arch Linux Desktop installer

    # archdi Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. First, install Arch Linux with the official media and optionally with archfi. Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi After reboot and your network ready, download the script : curl -L archdi.sf.net/archdi > archdi or if sourceforge is down : curl -L matmoul.github.io/archdi > archdi And run the script : sh archdi Or you can install it on your system with sh archdi -i And then you can use archdi cmd. With this, you can make your updates or install your packages later. You can watch my videos to show how to use it : https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq This package is only a launcher for archdi-pkg. If you want ask for new features, open an issue on https://github.com/MatMoul/archdi-pkg
    Downloads: 52 This Week
    Last Update:
    See Project
  • 9
    Boot Info Script is a bash script which searches all hard drives attached to the computer for information related to booting. Its primary use is for troubleshooting booting problems. For instructions see: http://bootinfoscript.sourceforge.net
    Downloads: 19 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    Linux is an excellent environment for deploying diskless thin clients. Whether you are installing a 2nd workstation at home, 50 workstations in a CyberCafe or 500 workstations in a major university or corporation, the LTSP can help you be successful.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 11
    OS X El Capitan

    OS X El Capitan

    Installer App of Mac OS X El Capitan

    Installer App of Mac OS X El-Capitan
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 12
    GlobalPlatform

    GlobalPlatform

    Implementation of GlobalPlatform smart card specification

    The GlobalPlatform card specification is a standard for the management of the contents on a smart card. Mainly this comprises the installation and the removal of applications. This project offers a C library and a command line shell. Find more information on https://kaoh.github.io/globalplatform/
    Downloads: 18 This Week
    Last Update:
    See Project
  • 13
    Ultimate Boot CD
    UBCD allows users to run floppy-based diagnostic tools from most CDROM drives on Intel-compatible machines, no operating system required. The cd includes many diagnostic utilities and can also be used to provide shared internet access or browse the web.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 14
    ISO2USB utility creates bootable USB drive from CentOS/RedHat 5.x/6.x installation disk or corresponding ISO image. Created USB drive may be used to perform installation on machines that lacks optical drive.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    Menu Maker is 100% Python heuristics-driven menu generator for a number of X Window Managers and desktop environments. It features large knowledge base of known programs, powerful and flexible search algorithms, persistence of menus across several WMs
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    Hotplugging is a facility that supports dynamic (re)configuration of GNU/Linux distributions by kernel reports to user mode "agent" software.
    Downloads: 51 This Week
    Last Update:
    See Project
  • 17
    Unetbootinbitti

    Unetbootinbitti

    Tool for creating live usb-drives and downloading distros

    Tool for creating live usb-drives and downloading distros. This is an upgraded version of Unetbootin focusing on Bittix linux 9 and above and Linux Mint and Linux Mint debian. Has Distrowatch.com link etc.
    Downloads: 50 This Week
    Last Update:
    See Project
  • 18
    Payload Delivery Vehicle (PDV) is a program that builds an executable that contains a complete package (e.g. and RPM, System V package or tar file) and the commands required to install it. When the executable is run it will extract and execute the payloa
    Downloads: 36 This Week
    Last Update:
    See Project
  • 19
    Lubi installs Ubuntu on Linux without a CD or partitioning. LVPM upgrades Wubi to dedicated partition installs. UNetbootin (liveUSB creator for Ubuntu, Fedora, PCLinuxOS, Gentoo, and other distros) has moved to http://unetbootin.sourceforge.net/
    Downloads: 18 This Week
    Last Update:
    See Project
  • 20
    Applications developed with Kylix usually depend on some Kylix libraries. This project aims to create packages of these libraries for different distributions.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    OS X Mountain Lion

    OS X Mountain Lion

    Installer Application of Mac OS X Mountain Lion

    Installer Application of Mac OS X Mountain Lion 10.8 .app
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 22
    AutoSet

    AutoSet

    Windows Apache/PHP/MariaDB(MySQL) Stack

    오토셋은 윈도우 운영체제에 Apache HTTP Server, PHP, MySQL, CUBRID 등의 서버 제품을 한번에 설치해 주는 기능과 이렇게 설치된 프로그램을 그래픽 사용자 인터페이스(GUI)를 통해 쉽게 설정의 변경, 관리를 할 수 있도록 지원하는 프로그램입니다. AutoSet is a GUI based installer and administrative tool which enables to install Apache HTTP Server, PHP, MySQL, CUBRID and Other packages at once and helps easy set-ups and management. 이 프로그램은 누구나 무료로 다운로드해 사용할 수 있습니다. The program is free to download for anyone.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 23
    OS X Yosemite

    OS X Yosemite

    Installer App of Mac OS X Yosemite

    Installer App of Mac OS X Yosemite 10.10
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 24
    The Indian Linux Project Goal is to build a Indian language enabled Linux distro & applications with support for Indian Languages
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 25
    InstallJammer is a multiplatform GUI installer and builder. InstallJammer is no longer under active development.
    Downloads: 6 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB