Showing 73 open source projects for "debian tools"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Debian PIXEL

    Debian PIXEL

    A remix of the Raspberry Pi Foundation PIXEL image with Refracta Tools

    Run Raspberry Pi Debian 12 PIXEL Desktop on a PC or Mac – an Exton modified Build 251019 with Refracta Snapshot included. REFRACTA SNAPSHOT IS PRE-INSTALLED This means that you can easily install the system to hard drive and you can just as easily make it your own remix of the Raspberry Pi Foundation PIXEL image. Study all included packages: https://exton.se/debian-pixel/debian-raspberrypi-pixel-installed-packages-251019.txt I’ve added a few packages. Most important Synaptic, which I find...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    electron-builder

    electron-builder

    A complete solution to package and build a Electron app

    A complete solution to package and build a ready-for-distribution Electron, Proton Native app for macOS, Windows and Linux with “auto update” support out of the box. You can use electron-builder only to pack your electron app in a AppImage, Snaps, Debian package, NSIS, macOS installer component package (pkg) and other distributable formats. Build and publish in parallel, using hard links on CI server to reduce IO and disk space usage. Docker images to build Electron app for Linux or Windows...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    picom

    picom

    A lightweight compositor for X11

    picom is a compositor for X and a fork of Compton. A lightweight compositor for X11.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Zenith

    Zenith

    Sort of like top or htop but with zoom-able charts, CPU, GPU

    In terminal graphical metrics for your *nix system written in Rust. The make file provides for building fully static versions on Linux against the musl C library. It requires musl-gcc to be installed on the system. Install "musl-tools" package on debian/ubuntu derivatives, "musl-gcc" on fedora and equivalent on other distributions from their standard repos. If one needs to build with NVIDIA support in a virtual environment, then it requires some more setup since typically the VM software...
    Downloads: 7 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Gum

    Gum

    A tool for glamorous shell scripts

    A tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code! Gum provides highly configurable, ready-to-use utilities to help you write useful shell scripts and dotfiles aliases with just a few lines of code. Let's build a simple script to help you write Conventional Commits for your dotfiles. Use a package manager. gum is designed to be embedded in scripts and supports all sorts of use cases. Components are...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    ProxmoxVE Community Scripts

    ProxmoxVE Community Scripts

    Proxmox VE Helper-Scripts (Community Edition)

    A community-maintained collection of over 300 helper scripts designed to streamline setup and maintenance of Proxmox Virtual Environment (VE). Originally forked from tteck's repository, it provides automation for installations, backups, networking, storage management, and system optimizations.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    OneinStack

    OneinStack

    OneinStack - A PHP/JAVA Deployment Tool

    This script is written using the shell, in order to quickly deploy LEMP/LAMP/LNMP/LNMPA/LTMP(Linux, Nginx/Tengine/OpenResty, MySQL in a production environment/MariaDB/Percona, PHP, JAVA), applicable to RHEL 7, 8, 9(including CentOS, RedHat, AlmaLinux, Rocky), Debian 9, 10, 11, 12, Ubuntu 16, 18, 20, 22 and Fedora 27+ of 64.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    tslib

    tslib

    Touchscreen access library

    C library for filtering touchscreen events. tslib consists of the library libts and tools that help you calibrate and use it in your environment. tslib runs on various hardware architectures and operating systems, including GNU/Linux, FreeBSD, or Android/Linux. Apart from building the latest tarball release, running ./configure, make, and make install, tslib is available from distributors like Arch Linux / Arch Linux ARM, Buildroot, Debian / Ubuntu, Fedora, or OpenSUSE and their package...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Kubez-ansible

    Kubez-ansible

    To provide quick deployment tools for kubernetes cluster

    To provide quick deployment tools for Kubernetes cluster and cloud-native applications. This session has been tested on Rocky 8.5, Debian 11, and Ubuntu 20.04+ which are supported by python3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10
    youki

    youki

    A container runtime written in Rust

    youki is an implementation of the OCI runtime-spec in Rust, similar to runc. Rust is one of the best languages to implement the oci-runtime spec. Many very nice container tools are currently written in Go. However, the container runtime requires the use of system calls, which requires a bit of special handling when implemented in Go. This is too tricky (e.g. namespaces(7), fork(2)); with Rust, it's not that tricky. And, unlike in C, Rust provides the benefit of memory safety. While Rust...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Setup PHP in GitHub Actions

    Setup PHP in GitHub Actions

    GitHub action to set up PHP with extensions, php.ini configuration

    GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools. Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer in GitHub Actions. This action gives you a cross-platform interface to set up the PHP environment you need to test your application. Refer to Usage section and examples to see how to use this. Refer to the self-hosted setup to use the action on self-hosted runners. Operating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    kubectx

    kubectx

    Faster way to switch between clusters and namespaces in kubectl

    kubectx is a utility to manage and switch between kubectl contexts. kubectx supports Tab completion on bash/zsh/fish shells to help with long context names. You don't have to remember full context names anymore. kubens is a utility to switch between Kubernetes namespaces. kubens also supports Tab completion on bash/zsh/fish shells. There are several installation options. As kubectl plugins (macOS/Linux), macOS, Homebrew (recommended), MacPorts, Linux, Debian, Arch Linux, Homebrew, Manual...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    Q4OS

    Q4OS

    Efficient, Rock Stable Operating System

    Q4OS is a fast and friendly, desktop oriented operating system based on Debian Linux. It deploys Plasma, optionally Trinity, as desktop environment on top of Debian Linux rock stable base. The goal is to provide long-term supported system with a special emphasis on security. This is exactly what Debian base guarantees. We prefer the Debian development model to keep the core system as immutable as possible. It results in a reliable and stable system that you can definitely rely on. Thanks...
    Leader badge
    Downloads: 7,909 This Week
    Last Update:
    See Project
  • 14

    MateriApps LIVE!

    Live Debian GNU/Linux System for MateriApps Applications

    MateriApps LIVE! offers a virtual environment where one can try out computational materials science simulation freely, using a notebook PC, etc. All environment required to begin tutorials, such as MateriApps applications, OS (Debian GNU/Linux), editors, and visualization tools, is provided as an OVA file.
    Leader badge
    Downloads: 410 This Week
    Last Update:
    See Project
  • 15
    Besgnulinux
    Based on Debian Stable Installation tool: Calamares Besgnulinux is for both new and weak machines and end users (newbies). Besgnulinux tries to be fast, lightweight, easy to use and stable. It is designed to meet every need with window manager sessions like JWM, Openbox. Instead of background elements, the system is under user control. It does the same things that high-resource desktops like KDE and Gnome do. But it does the job with very little resources. Besgnulinux's goal...
    Leader badge
    Downloads: 754 This Week
    Last Update:
    See Project
  • 16
    MODICIA O.S.

    MODICIA O.S.

    Professional Audio/Video/Graphics

    ... makers. You won't have to search for or configure anything; all the best tools available are already present and ready for you to start producing."
    Leader badge
    Downloads: 393 This Week
    Last Update:
    See Project
  • 17
    Soplos Linux Tyson

    Soplos Linux Tyson

    Soplos Linux is a Debian Testing-based distribution with the Plasma 6

    Soplos Linux Tyson is a GNU/Linux distribution based on Debian Testing, designed for users taking their first steps into Linux or looking for a modern, stable, and efficient daily driver. Key Features: ✅ Based on Debian Testing, offering rolling updates and always up-to-date software. ✅ Ships with the KDE Plasma 6 desktop – modern, elegant, and highly customizable. ✅ Clean and minimalist interface with no unnecessary bloatware. ✅ Compatible with modest hardware – ideal for users unable...
    Leader badge
    Downloads: 158 This Week
    Last Update:
    See Project
  • 18
    Quarkos

    Quarkos

    User friendly operating system

    Quarkos is a user friendly, desktop oriented operating system based on Ubuntu Linux with Plasma, optionally Trinity desktop environment, and an added value thanks to unique Q4OS tools integrated. Its goal is to provide Ubuntu based operating system with Q4OS amenities. Unlike Q4OS, which is Debian based, Quarkos is based on Ubuntu. Another unique Quarkos feature is a dedicated download of incredibly fast and efficient Trinity desktop environment alongside the default Plasma edition. You can...
    Leader badge
    Downloads: 149 This Week
    Last Update:
    See Project
  • 19
    Alien-OS

    Alien-OS

    Alien-OS GNU/Linux Operating System

    Alien-OS Regolith based on Debian 12.12 Bookworm with integrated MX-Tools. use either sysVinit or systemd. User:Pass demo:demo root:root Installation: open a terminal and type "sudo minstall" OEM Installation: open a terminal and type "sudo minstall --oem" ----- https://www.alien-os.com https://www.alien-tec.com https://distrowatch.com/alienos ----- Please support us with your donation. Thank you. :-) Monero XMR
    Downloads: 106 This Week
    Last Update:
    See Project
  • 20
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    - Live Raizo is a linux distribution based on Debian 12 (Bookworm) to experiment the system administration on simulated networks and real devices. - GNS3 is the gui used to manipulate the simulators/emulators of networks and systems like QEmu, Docker, Dynamips. - With this GNS3, you can clone as many times as you want the templates of virtual linux machines named "Debian" and "DDebian" that contain many network tools and services. - The prompt and the output of several linux commands...
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 21

    Senpai Respin ParrotOS

    ParrotOS for daily use and only with tools for privacy, no hacking.

    Two respin created with ParrotOS Home and MX-Linux only with privacy tools. One with the base of MX-Linux Mate 23.2 and the kernel and core of ParrotOS according to the installation script provided by ParrotOS developers for Debian derivatives. For more details on my Blog: https://sourceforge.net/p/senpai-respins/blog/2024/02/senpai-respin-of-mx-mate-232-with-parrotos-60/ And another one with the base of ParrotOS 6.0 and most of the MX Tools, which are what differentiates MX from other...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 22
    Pearl Linux MATE 12

    Pearl Linux MATE 12

    The perfect desktop for all with Compiz as default Window Manager

    Pearl MATE Desktop 12 is a easy to customize 64 bit OS based on a mix of both Ubuntu and the Linux Mint latest LTR (24.04). We have included both the fully loaded version and also a minimal ISO. Natural sounding Text to Speech with Pied Piper
    Downloads: 74 This Week
    Last Update:
    See Project
  • 23
    OpenUEM

    OpenUEM

    Manage your IT assets thanks to its agents and a clean and concise UI

    OpenUEM is an open-source inventory tool that allows you to manage your IT assets thanks to its agents and a clean and concise web user interface. OpenUEM is based on open-source or free tools that are battle-tested to avoid re-inventing the wheel. It allows you to keep track of your IT assets using agents installed on your Windows, Linux (Debian and RedHat based distributions) and MacOS endpoints and provides features like remote file browsing, getting Windows Update and Antivirus status...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 24
    ONLYOFFICE Desktop Editors

    ONLYOFFICE Desktop Editors

    Free office suite for working with text, spreadsheets and presentation

    ... connecting third-party plugins, making it easy for developers to write their own extensions and add new features to the editors. The application works across all popular platforms, including Windows (both 32-bit and 64-bit systems), Debian, Ubuntu and derivatives, Red Hat and derivatives, Mac OS 10.10 or higher.
    Downloads: 57 This Week
    Last Update:
    See Project
  • 25

    Senpai Respin MX Cinnamon

    MX-linux Senpai Respin with LMDE Cinnamon 6

    Starting from my MX-CLI respin I have created a MX-Cinnamon with the Cinnamon 6 of Mint LMDE, and the kernel 6.1.90-1 of MX/Debian, in versions of 32 and 64 bits. It has added the MX AHS repositories and the Mint LMDE repositories to have the most updated packages. This would be impossible without the magnificent MX-Linux distribution, https://mxlinux.org/, the great tools it provides and the selfless help of its developers and users of the MX-Linux forum, https://forum.mxlinux.org...
    Downloads: 17 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next