Showing 16 open source projects for "minimal project"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    The Bitdefender disassembler

    The Bitdefender disassembler

    bddisasm is a fast, lightweight, x86/x64 instruction decoder

    ...Unlike many disassemblers, bddisasm is built with zero dynamic memory allocation and no external dependencies, making it extremely portable and suitable for constrained environments such as kernels, hypervisors, and embedded systems. The project also includes a companion component called bdshemu, which provides a minimal instruction emulator capable of analyzing shellcode-like behavior in a controlled environment. Its performance is a key strength, achieving millions of decoded instructions per second while maintaining thread safety and deterministic behavior.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    retro-go

    retro-go

    Retro emulation for the ODROID-GO and other ESP32 devices

    ...Its design makes it ideal for DIY handheld consoles and hobbyist hardware projects, where minimal resource usage is critical.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    Obscura

    It's a personal microkernel project designed as a learning ground.

    Obscura is a personal microkernel project designed as a learning ground for low-level operating systems. Its initial aim is to lay the foundations for a minimalist kernel, then gradually evolve towards a modular, stable and simple operating system. ## 🧭 Objectives - Learn and master : - Low-level C language - x86/x86_64 assembler - Modern processor architecture - Fundamental principles of operating systems - Develop a microkernel : - Lightweight and modular - Able to handle hardware interrupts (keyboard, timer) - Support minimal user space - Evolve to a simple OS: - With a rudimentary shell - Isolated user processes - A basis for experimenting with system concepts ## ⚙️ Project status > 🚧 Project under development - Learning phase (year 1) Short-term planned features : - [ ] Multiboot-compatible GRUB bootloader - [ ] Text mode display (VGA) - [ ] Interrupt management (IRQ / keyboard) - [ ] First task manager loop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Omaha

    Omaha

    Google Update for Windows

    Omaha is the open source version of Google Update, the system used to install, update, and maintain Google software such as Chrome and Earth on Windows platforms. It provides a robust infrastructure for both automatic background updates and on-demand update checks, ensuring that applications stay secure and up to date with minimal user intervention. Designed for scalability and reliability, Omaha can manage the distribution of patches, full installers, and software configurations across large user bases. The project enables developers to integrate update mechanisms into their own applications, offering the same efficiency and stability that Google products rely on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    Fluid

    Fluid

    Fluid is an android aftermarket custom rom aiming to redefine ui.

    Fluid provides a minimal UI with some customization. We're based mostly on AOSP with additions from LineageOS. Our telegram channel: t.me/projectfluid
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    Win11DisableOrRestoreRoundedCorners

    Win11DisableOrRestoreRoundedCorners

    A simple utility that cold patches dwm (uDWM.dll)

    ...The tool works by cold-patching the Desktop Window Manager library (uDWM.dll) to alter how window borders are rendered at the system level. Unlike theme-based modifications, it directly changes DWM behavior, allowing consistent square corners across most application windows. The project was created for users who prefer a more classic or compact desktop interface and want deeper control over Windows aesthetics. It includes restoration functionality so users can revert changes if needed, and it automatically backs up the original system file before patching. The software is intentionally minimal, focusing on a single system-level tweak while remaining relatively easy to use for advanced Windows customization enthusiasts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    L-ink_Card

    L-ink_Card

    Smart NFC & ink-Display Card

    ...Because it uses e-ink, the card can display static content with minimal power drain, making it practical for real-world card use. The repository includes board design files, firmware, and supporting software for customizing what the card shows. For hardware hackers and smart-card enthusiasts, it’s a fascinating hybrid of microcontroller, low-power display, and NFC tech in a familiar credit-card size.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    Libinstrument is a complete and easy way to do custom function instrumentation for C/C++. The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tilck

    Tilck

    A Tiny Linux-Compatible Kernel

    Tilck is a tiny, monolithic operating system kernel designed to be partially compatible with Linux at the binary level while maintaining extreme simplicity, low latency, and minimal resource usage. It is built primarily as an educational project, allowing developers to experiment with kernel development while still being able to run real Linux user-space applications without modification. The kernel is written in C and designed to run on architectures such as i686 and RISC-V, with future plans for broader hardware support. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    ...I host this project for OS studying, and Also Used in my work. SRC can be download from SVN Repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    How to Make a Computer Operating System

    How to Make a Computer Operating System

    How to Make a Computer Operating System in C++

    A practical guide and GitHub-hosted project by Samy Pesse that walks you through building a very simple UNIX-based operating system in C++, designed to boot, launch a userland shell, and remain extensible. It’s more than a proof of concept—it’s meant to be functional and educational. All the system source code will be stored in the src directory. Each step will contain links to the different related files. This course is open to contributions, feel free to signal errors with issues or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Slackless

    Slackless

    Base Slackware Virtual Image

    A slightly modified base package Slackware image suitable for VM performance testing. Project Goals: Development of production testing protocols Base Image Base +Apache Base + MySQL Base + node.js Base + AoE Standard Full Slackware Current VM image The goal of the Slackless project is really two-fold. To provide high quality virtual images of the original Slackware operating system suitable for use and testing in virtual environments in an effort to introduce users new to Slackware to the advantages of the K.I.S.S. development philosophy. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    yoDownet

    yoDownet

    The previous generation graphical download manager

    yoDownet is an open-source && free graphical download manager project that tries to be simple and minimal, also for sake of humor it's described as "The Previous Generation Graphical Download Manager".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Nanux

    Nanux

    Nanux Kernel

    ...You can easily compile it, any time, by running the compiling script included in the archive. Meant for beginner or advanced programmers on C or ASM, Nanux can help you understand the functions of the operating system, or create one by yourself. Minimal requirements: - x86 Arquitecture, PC - CPU Intel Pentium I, 200 MHz or newer, (maybe AMD, but is not recommended) - 4 MiB of RAM - CD/DVD ROM, USB or Floppy to run the ISO Image - keyboard /*Future updates are coming :) */ ==================================== For any questions or comments about the project you can write me at: - bojidar_bob@abv.bg - bozhidar1991@gmail.com - Facebook: Bozhidar Peychev Please rate and comment this nice OS :) Thanks for using Nanux Kernel ====================================
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TAL/wm is a Tiling Application Launcher/window manager for X. Currently TAL/wm is based loosely on the dynamic window manager (dwm) code. The goal is to be even more minimal and equally as customizable. TAL/wm is no longer maintained, and should be treat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ZoolLinux project aim is that to create linux minimal distribution on floppy disks
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB