Showing 26 open source projects for "small"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    CoolPotOS

    CoolPotOS

    CoolPotOS for ia32 / amd64

    CoolPotOS is a small, hobbyist operating system designed to be minimal and educational, offering the most basic kernel capabilities while remaining accessible to beginners. Written in C and Assembly, it focuses on bootstrapping, kernel entry, and simple console output. Though in early stages, CoolPotOS showcases the boot process, memory segmentation, and essential CPU features, serving as a great learning resource for those new to operating system internals.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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 language with a strong safety model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BeepOS13
    A systemd less small to medium scale server Operating System based on Devuan 6. All popular packages packed into a live boot environment, just boot, log and go!
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    Visopsys

    Visopsys

    Alternative operating system for x86 computers

    Visopsys is an alternative operating system for PC compatible computers. In development since 1997, this system is small, fast, and open source. It features a simple but functional graphical interface, pre-emptive multitasking, and virtual memory. Though it attempts to be compatible in a number of ways, Visopsys is not a clone of any other operating system. You can demo the distribution from a “live” CD/DVD or floppy disk
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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
  • 5
    Uplos

    Uplos

    linux 32bit old hardware opensource developement retro rpm pclinuxos

    Following to the end of the 32bit version of PCLinuxOS, a consistent number of users have lost an important possibility to keep their machines on work.Old hardware often doesn’t support 64bit, often cannot face a complete reinstallation for any reason, surely a 64bit system is heavier than the correspondent 32bit.Therefore, once acknowledged what was going to happen, a (very, very) small group of alleged developers started the present project in order to maintain alive that distro. They had to save the last updated repo, to improve what happened thereafter in the 64bit version and to recompile that in 32bit.So said it doesn’t look hard but when recompiling is made on several hundreds of packages by 2 or 3 persons of goodwill, it becomes a considerable job.A job that doesn’t finish because a very strenght of pclos is in being a rolling distribution and Uplos aspires as well to be ever on progress.Since we have a special consideration for old hardware,we started with light DE.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Resea

    Resea

    A microkernel-based hackable operating system

    resea is a small, message-passing-based operating system kernel designed with microkernel principles in mind. Written in C with minimal dependencies, it emphasizes modularity, isolation, and simplicity. resea includes a basic POSIX-like interface and supports multitasking, IPC, and user-space services. It serves as both a microkernel OS experiment and a platform for learning about low-level system design without the complexity of larger operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NuttX

    NuttX

    Real-Time Embedded Operating System

    Nuttx is a real time embedded operating system (RTOS). Its goals are: (1) small footprint usable in deeply embedded, resource constrained environments, (2) fully scalable from tiny (8-bit) to moderate (32-bit), (3) standards compliance, (4) real time, and (5) totally open. Think "Tiny Linux". NuttX is now and Apache project in incubation. See https://nuttx.apache.org/download/ for the latest downloads.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Mind Guard Linux

    Mind Guard Linux

    Mind Guard OS Made For Minds

    Have you ever wanted to have a portable MindGuard operating system, that can live inside a small USB flash drive and you can carry it around with you? Although, this is possible and have been around for some time. It was possible for a paranoid to run MindGuard from a USB stick just like you would have run it from a hard drive, but this task was quite hard to do. Why? Because the process was very geeky! You had to type a lot of geeky commands in a terminal and if, somehow, you forgot one or typed something wrong, the process had to be started all over again. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    XBOOT

    XBOOT

    The extensible bootloader for embedded system

    xboot is a lightweight, modular embedded operating system designed for ARM-based microcontrollers and SoCs. It provides a complete runtime environment including a small kernel, device drivers, file systems, networking stack, GUI system, and scripting interface. xboot aims to be both educational and practical, offering a clear and portable codebase that can be adapted to various embedded platforms. Its minimal design and Lua scripting support make it suitable for quick prototyping and custom firmware development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 10
    MiniOS

    MiniOS

    Simple DIY OS

    MiniOS is a feature-rich hobby operating system written in C/C++ that aims to simulate a small-scale UNIX-like environment with graphical capabilities. It includes its own GUI, filesystem, network stack, and even a scripting language interpreter. The project was developed as an experimental platform for exploring OS concepts and creative features like process visualization and window management. Though it runs in a simulated or virtualized environment, MiniOS packs a surprising amount of functionality into a compact codebase.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Moebius

    Moebius

    Raspberry PI minimal linux distribution

    Moebius Linux is a Raspberry PI armhf distribution built from scratch and targeted to have a small footprint. 20Mb of RAM (with ssh) and a 128Mb SD are minimum requirements. Size, speed and optimizations are main goals for this distro, take a look at it and contribute if you like it
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LinuxMyst

    LinuxMyst

    Linux Myst Debian Wheezy based 7.2 with myst window manager / gnome

    ...It is light, simple and nimble on hardware and under multiprocessor and higher RAM capacity machines is one of the fastest window managers you will experience. Fixes several small bugs in "Celestial" and still uses the same installation and post install instructions with a more modest software mix. Enjoy! A full Debian stable build with the NEW Myst Window Manager. Easy, Quick window manager for easy on the eyes video management, systems admin and programming and web work. Linux Myst is targeted at visual content display and operations (automation soon) for information and display kiosk, heavy desktop work and trade-show and virtual product and visual advertising display. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    MWOS

    MWOS

    a small os

    a small os to x86 system inspired to pepin os
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Syllable Desktop is a complete operating system that is easy to use, powerful, lightweight and extraordinarily fast and responsive. It has its own kernel, filesystem, GUI and applications. Syllable Server is a matching small and efficient Linux server.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    OB2CANob is the software side of an OBD2 capable scantool with CAN on board. The software is a small operating system for Freescale 9S12X processors, that can of course be used for other handheld projects using a graphical LCD, keypad and SD-card.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rewrite started 2012 June 11th --- The Modular Kernel is a project aiming at developing a small and very modular kernel. Goal is to create a kernel, that is very small and lightweight, yet capable of providing a total level of abstraction to any high/middle level code/applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open Embedded Real Time Operating System. Widely and graphically configurable from a very small non-preemtive OS up to a fully featured pre-emptive system. First target is to cover 8-bit AVR microncotroller's family with GCC - AVR compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    a small, x86 Operating System, developed in C++ and NASM, aimed to give the user a closer relationship with the hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    **DISCONTINUED** BOS – B.lu operating System, is an operating system dedicated to small microcontrollers and CPUs without MMU. Actually is dedicated to Texas Instruments MSP430 microcontrollers (it can be ported to other CPUs without great changes)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    livepbx is a small Linux distributive based on Astlinux and PhoneCall. Optimized to run Asterisk PBX and web interface only. Targeting toward embedded systems based on x86 and powerpc hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Small Linux from Network is a little Linux distro loaded from a network connection using a modified version of the DrakX (Mandriva Linux installer) loader. The OS image can be loaded from an HTTP, FTP or NFS server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RobotOS is a Linux distribution oriented to robots. It can be scaled from a very small size to a large and complex system. The distribution is populated with software useful for control, intelligence, etc. Of the robot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GeeXboX is a standalone media player Linux distribution, based on MPlayer. It's a small bootable LiveCD which allows you to play your favorites multimedia (audio/video/images) files. It works on x86 and PPC computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is for a small operating system optimized specifically for switching and routing voice packets on the amd64 platform. The license is currently undecided. Please subscribe the pillaros-design list with suggestions and ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo