Showing 5298 open source projects for "linux os 2026"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    AutoClicker 2026

    AutoClicker 2026

    AutoClicker 2026 Release for Linux & Windows & Apple

    ...Save recordings as JSON files, combine multiple recordings, and repeat actions automatically. Built with Tkinter, it requires Python 3.7+ (pyautogui, pynput, numpy). Can be packaged as a standalone executable using PyInstaller for Windows/Linux. Perfect for legitimate automation tasks on systems you own or have permission to automate. Version 1.0.2 - Updates (January 14, 2026) - Fixed CTRL + Keybinds
    Leader badge
    Downloads: 72 This Week
    Last Update:
    See Project
  • 2
    Archman Linux

    Archman Linux

    Archman GNU/Linux / Arch Linux based linux distribution

    Archman Linux Arch Linux based linux distribution
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • 3
    Leader badge
    Downloads: 1,869 This Week
    Last Update:
    See Project
  • 4
    Glow OS

    Glow OS

    System Analysis Software

    Glow is an educational, hobbyist operating system written in C and Assembly, developed to help learners understand the internals of OS design and kernel development. Targeting x86_64 systems, Glow features its own kernel, bootloader, and minimal userland. With clear code structure and a simple design, it serves as a playground for experimenting with low-level systems programming, boot sequences, interrupt handling, and basic UI components like shells and text rendering.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 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
  • 5
    Design OS

    Design OS

    The missing design process between your product idea and your codebase

    Design OS is an open-source product planning and UI design framework that sits at the intersection of design thinking and generative AI, guiding creators through a repeatable process from product idea to structured design deliverables. It fills what the maintainers describe as the “missing design process” in AI-first development, helping users define product visions, model data, map user flows, and lay out interfaces before a coding agent begins implementation. The tool is poised to produce...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    EVE OS

    EVE OS

    EVE is Edge Virtualization Engine

    EVE is an open-source, secure, and container-optimized operating system for edge computing, developed by the LF Edge foundation. It enables enterprises to deploy and manage edge applications on heterogeneous hardware platforms using a zero-trust architecture. EVE supports virtual machines, containers, and unikernels while being hardware-agnostic, making it suitable for industrial gateways, edge clusters, and IoT devices. With its remote provisioning, lifecycle management, and built-in...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    FarmBot OS

    FarmBot OS

    The operating system and all related software

    The operating system and all related software that runs on FarmBot's Raspberry Pi. The FarmBot OS release page has moved to my.farm.bot/os. Old versions of FarmBot OS can still be found. Get configured over WiFi, mitigating the need to plug in a mouse, keyboard, or screen. Communicate with the web application over WiFi or ethernet so that it can synchronize (download) sequences, regimens, farm designs, events, and more; upload logs and sensor data; and accept real-time commands. Communicate...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Ufficio Zero Linux OS

    Ufficio Zero Linux OS

    Linux Desktop OS for professionals

    Ufficio Zero Linux OS is trademarked through the Linux Mark Institute. All rights reserved. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. website https://ufficiozero.org forum https://forum.ufficiozero.org wiki https://wiki.ufficiozero.org Follow us on our socials https://l.devol.it/@ufficiozero Boost Media APS https://boostmedia.it
    Leader badge
    Downloads: 66,950 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 10
    Tock OS

    Tock OS

    A secure embedded operating system for microcontrollers

    Tock is a secure, embedded operating system designed for microcontrollers and low-power hardware platforms. Written in Rust, it uses a novel kernel architecture where the OS runs a minimal trusted core and all userland code, including device drivers, is sandboxed and isolated. Tock is ideal for IoT devices, wearables, and embedded research projects where reliability and safety are critical. Its capability-based security model and preemptive multitasking allow developers to safely run...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Bottlerocket OS

    Bottlerocket OS

    An operating system designed for hosting containers

    Bottlerocket is a free and open-source Linux-based operating system meant for hosting containers. Bottlerocket focuses on security and maintainability, providing a reliable, consistent, and safe platform for container-based workloads. This is a reflection of what we've learned building operating systems and services at Amazon. The base operating system has just what you need to run containers reliably, and is built with standard open-source components. Bottlerocket-specific additions focus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nightingale OS

    Nightingale OS

    A small operating system where I experiment and learn osdev

    nightingale is a modern hobby operating system developed in Rust, focusing on safety, simplicity, and minimalism. It aims to be a clean platform for experimentation and learning, implementing a small kernel with core features like multitasking, memory protection, and a minimal filesystem. Its use of Rust provides strong guarantees around memory safety and eliminates common bugs found in low-level C-based systems. nightingale is ideal for those seeking to study OS development using a modern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    DESERT OS Linux

    Красивый дистрибутив XFCE

    Дистрибутив DESERT OS Linux Разрабатывается в Украине Стабильная версия DESERT 4.5 основана на Ubuntu 24.04.4 LTS - Рабочее окружение XFCE 4.18 Нестабильная версия DESERT 5.0 основана на Ubuntu 26.04 LTS - Рабочее окружение XFCE 4.20 - Красивый внешний вид, легкий и быстрый - Пакетный менеджер Synaptic, Pacstall - Поддержка flatpak пакетов - Режим тайлингового размещения окон (Cortile) - Автоматическое определение и установка самого быстрого зеркала Сайт: https://sites.google.com/view/desertoslinux
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 14
    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux open GPU kernel module source

    ...This code base is shared with NVIDIA's proprietary drivers, and various processing is performed on the shared code to produce the source code that is published here. When packaged in the NVIDIA .run installation package, the OS-agnostic component is provided as a binary.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Pin Linux OS

    Pin Linux OS

    A light version of Debian with minimal installed using LXDE.

    This distro is just a spin of pure Debian using LXDE as DE with some customizations. The installation process uses Calamares. Recommended for very old machines, like 10 years old or more. live password: live Pin Linux. A light version of Debian with the minimal installation using LXDE. Come with some extra repositories to install 3rd part packages only if you desire. - If brightness keys do not work, open a terminal: sudo nano /etc/default/grub where...
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 16
    Flash Linux 0.11 Talk

    Flash Linux 0.11 Talk

    Annotated Unix system source code

    flash-linux0.11-talk is an annotated walkthrough of the Linux 0.11 kernel that explains how a tiny Unix-like system boots, schedules, handles interrupts, and manages memory. The materials break down historically compact and dense code into digestible segments, with diagrams and call flows that trace execution from bootloader to user space. By focusing on a small, early kernel, the series reveals core OS concepts without the complexity of modern subsystems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Expirion Linux
    Expirion 5.12 Xfce & LXQt is based on Devuan 5 and Debian 12 it does not use systemd but instead uses RunIt. They are now in the folder called Expirion 5 Old Stable Expirion 6.3 is based on Devuan 6.0 and Debian 13 it does not have systemd but uses SysVInit All ISOs are 64Bit only (x64) and only boot on x64 machines So what sets this apart from Devuan, not much really the Kernel for newer hardware support and LibreOffice has been updated, and some minor software & firmware...
    Leader badge
    Downloads: 283 This Week
    Last Update:
    See Project
  • 18
    Royal Linux es una distribución GNU/Linux personalizada basada en Debian 12, diseñada para ofrecer un entorno ágil, moderno y altamente optimizado tanto para equipos nuevos como antiguos. Pensada para usuarios que valoran el rendimiento, la eficiencia y el control total del sistema, Royal Linux reemplaza systemd con SysVinit, logrando una mayor transparencia y menor consumo de recursos.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19
    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder.

    Vanilla OS Live ISO provides the official live environment and installer for Vanilla OS, a Linux distribution that blends immutability, security, and user-friendliness. Built on Ubuntu with an immutable root file system, Vanilla OS uses ABRoot and Distrobox to offer transactional updates and containerized app environments. The live ISO project enables users to boot and test the OS without installation, and includes the Calamares installer to simplify the setup process. ...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 20
    balenaEtcher

    balenaEtcher

    A safe way to flash OS images to SD cards & USB drives

    ...Use for .iso and .img files, as well as zipped folders to create live SD cards and USB flash drives. Written with Electron for cross platform use (windows, macOS, and Linux).
    Downloads: 1,066 This Week
    Last Update:
    See Project
  • 21
    SQLite JDBC Driver

    SQLite JDBC Driver

    SQLite JDBC Driver

    SQLite JDBC is a library for accessing and creating SQLite database files in Java. Our SQLiteJDBC library requires no configuration since native libraries for major OSs, including Windows, Mac OS X, Linux etc., are assembled into a single JAR (Java Archive) file. The usage is quite simple; download our sqlite-jdbc library, then append the library (JAR file) to your classpath. SQLite JDBC is a library for accessing SQLite databases through the JDBC API. SQLite supports on-memory database management, which does not create any database files. ...
    Downloads: 468 This Week
    Last Update:
    See Project
  • 22
    Tor Browser

    Tor Browser

    Browser for using Tor on Windows, Mac OS X or Linux

    Tor Browser enables you to use Tor on Windows, Mac OS X, or Linux without needing to install any software. Tor is a software that bounces your communications around a distributed network of relays run by volunteers. This effectively prevents anyone watching your Internet connection from learning what sites you visit; it prevents the sites you visit from learning your physical location; and allows you access to sites which are blocked.
    Downloads: 1,003 This Week
    Last Update:
    See Project
  • 23
    OpenBosniana-OS
    Debian-based operating system with a focus on privacy and everyday use. Read more on https://bosniana.org
    Leader badge
    Downloads: 17,399 This Week
    Last Update:
    See Project
  • 24
    Status - a Mobile Ethereum OS

    Status - a Mobile Ethereum OS

    A free (libre) open source, mobile OS for Ethereum

    Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology. Integrated into one powerful super app for private secure communication. Safely send, store and receive cryptocurrencies including ERC20 and ERC721 tokens with the Status crypto wallet. Only you hold the keys to your funds. Status' intuitive design protects you and your funds from attacks. Status uses an open-source, peer-to-peer protocol, and end-to-end encryption to protect your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Linux Arcade

    Linux Arcade

    OS for arcades.

    OS for you to build your arcade. Easy, simple and fast. The new version has been launched. The previous correction is no longer needed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next