Showing 99 open source projects for "posrog kernel x86"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    Linux Kernel

    Linux Kernel

    Linux Kernel source tree

    ...Extensive filesystem compatibility (ext4, Btrfs, FUSE, XFS, etc.) Broad hardware architecture support (x86, ARM, mainframe, embedded, etc.)
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    Fiwix is a Unix-like operating system kernel designed for educational purposes and hobbyist development, targeting the i386 architecture. It implements many classic UNIX principles and aims to provide a clean, well-documented codebase that is both readable and easy to study. Fiwix offers a functional kernel that supports ELF binaries, a virtual file system, and standard system calls, making it a great platform for learning OS internals or experimenting with system-level programming. Its...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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 hobbyists interested in low-level programming. By compiling and running the examples with tools like QEMU, learners gain hands-on experience with OS fundamentals. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    CachyOS

    CachyOS

    Blazingly Fast & Customizable Linux distribution

    CachyOS - Arch Linux Based Distribution With Heavy Optimizations & Multi-Architectures For Ultimate Desktop Experience Filesystems: - btrfs - zfs - ext4 - xfs - f2fs Our installer will auto detect which micro architecture your machine got, if x86-64-v3 or x86-64-v4 is detected it will automatically use the optimized packages, which is around a 10 % performance improvement. Desktop Environments: - KDE - CuteFish - i3 - Gnome - Openbox - Wayfire - Xfce - LXQT -...
    Leader badge
    Downloads: 5,332 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    Cross-platform and multi-arch ultra lightweight emulator. Supported OS: Linux, MacOS, Windows, FreeBSD, DOS and UEFI. Support Arch: x86(16/32/64), ARM(64) MIPS, EVM and WASM. It also support Linux Kernel Module(.ko) , Windows Driver(.sys) and MacOS Kernel(.kext) via Demigod. Binary instrumentation and API are Qiling Framework's main focus and priority. It is designed for reverse engineers - thus there is no need to rebuild another sand boxing tool. Using Qiling Framework saves you time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Capstone

    Capstone

    Capstone disassembly/disassembler framework

    Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers some unparalleled features. Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64). Having clean/simple/lightweight/intuitive...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    stress-ng

    stress-ng

    This is the stress-ng upstream project git repository.

    This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. stress-ng was originally intended to make a machine work hard and trip hardware issues such as thermal overruns as well as operating system bugs that only occur when a system is being thrashed hard. Use stress-ng with caution as some of...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 8

    BearOS

    BearOS kernel source tree x86

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    loc-os-linux-23-xfce-x86-64

    Loc-os Linux Live con escritorio XFCE

    Versión de Loc-os Linux con escritorio XFCE. No pretende sustituir al proyecto principal de Loc-os. Se trata una versión sin instalador que no está enfocada para usuarios novatos y la instalación se haría de manera manual. Se puede consultar la instalación a la manera de "instalar Archlinux" pero con las herramientas Debian. Tiene herramientas de conexión de puertos serie para conexion con terminales antiguas TTY y el kernel se ha sustituido por el genérico de Debian. No tiene systemd.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 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
  • 10
    Unikraft

    Unikraft

    A next-generation cloud native kernel designed to unlock performance

    Unikraft powers the next generation of cloud-native, containerless applications by enabling you to radically customize and build custom OS/kernels; unlocking best-in-class performance, security primitives, and efficiency savings. Unikraft optimizes resource utilization, leading to smaller footprints (meaning higher server saturation) and improved efficiency in resource-constrained environments. Unikraft is an open-source project driven by a vibrant community of over 100 developers, fostering...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    My OS practice: 1 bootloader. support EFI,network,usb. 2 busybox, buildroot, etc... 3 kernel(X86,ARM,MIPS) 4 device driver, dts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Loc-os Linux 23 KDE x86_64

    Loc-os Linux Live con escritorio KDE Plasma

    Basado en Loc-os Linux. Se prescinde del instalador. No se apto para usuarios que no tienen conocimientos avanzados de Linux. Para su instalación, se deben utilizar técnicas avanzadas, como las descriptas en la instalación de distros basadas en Arch, pero teniendo en cuenta que se trata de una distro basada en Debian. Incluyen herramientas de conexión de puertos serie. Apto para entornos industriales. Kernel de Debian por defecto, aunque se puede instalar el de Loc-os Linux. No Systemd.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    ChibiOS/RT free embedded RTOS
    ChibiOS/RT is a free and efficient RTOS designed for deeply embedded applications. It offers a comprehensive set of kernel primitives and supports many architectures: ARM7, Cortex-M0, Cortex-M3, Cortex-M4, PowerPC e200z, STM8, AVR, MSP430, ColdFire, H8S, x86.
    Leader badge
    Downloads: 80 This Week
    Last Update:
    See Project
  • 14
    RebeccaBlackOS

    RebeccaBlackOS

    Fan Made RebeccaBlackOS. VT-less Linux With Wayland.

    I got the idea to name a Linux distribution after my favorite celebrity after I saw some earlier Linux distributions named after celebrities, and also this KDE blog post. http://ivan.fomentgroup.org/blog/2011/05/02/splash-screens-and-qml/ And then I thought, she deserves the free promo too. This is amongst the first live distributions to provide a Wayland server. VTs are disabled in the kernel. While 32 bit and 64 bit x86 ISOs used to be provided in each build, the latest builds are 64 bit only due to QtWebEngine refusing to build in 32 bit chroots. (It does NOT have her copyrighted music, or photos on the ISO. You have to buy her music legally on iTunes (or Amazon, etc))) The build scripts in the SVN is available for you to modify and build your own version of this project. ...
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    Skywave Linux

    Skywave Linux

    Global Software Defined Radio at Your Fingertips

    Updated 2026/01/24: Turn your PC into the ultimate shortwave radio. Skywave Linux is an X86, 64 bit live environment configured for accessing internet accessible software defined radio receivers. With this operating system, you may tune in popular stations or amateur radio, aeronautical, maritime, or other signals received at remote internet servers around the world. For a live map of the best KiwiSDR and WebSDR servers and a nice "click to tune" interface, Use the installed SDR-Map...
    Leader badge
    Downloads: 123 This Week
    Last Update:
    See Project
  • 17
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    Project Asmosis provides a set of tools related to assembly language programming. The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly language header files, - make4fasm - a Makefile generator for fasm, - Linux-2.6 kernel module helpers for fasm and NASM, - macros for Autoconf (https://www.gnu.org/software/autoconf/), - pieces of code that may be useful for starting developing a simple operating system. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GoldBug - Encrypted Communications

    GoldBug - Encrypted Communications

    Chat Messenger. E-Mail-Client. Websearch. Filetransfer.

    GoldBug is a decentralized & secure communication suite that offers an integrated e-mail client, an instant messenger & a file transfer. Also included is an URL-RSS-DB & a p2p web search. Current vers. w/ McEliece Algorithm. GoldBug has been 2013 - 2023 ten years just another Graphical User Interface of the Spot-On Encryption Suite. Main GUI features: Minimal & colorful Interface with Tabs in the East. Microsoft & Qt MinGW deprecated Win32 & for Compiling: ●...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    ToaruOS

    ToaruOS

    Hobby operating system, bootloader, kernel, drivers, C library

    ToaruOS is a "complete" operating system for x86-64 PCs and experimental support for ARMv8. While many independent, hobby, and research OSes aim to experiment with new designs, ToaruOS is intended as an educational resource, providing a representative microcosm of functionality found in major desktop operating systems. The OS includes a kernel, bootloader, dynamic shared object linker, C standard library, its own composited windowing system, a dynamic bytecode-compiled programming language, advanced code editor, and dozens of other utilities and example applications. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20

    ibcs-us

    Linux user-space emulator SCO, Sun, Xenix and others

    This replaces of https://sourceforge.net/projects/ibcs64/. It is the same thing implemented in user-space. iBCS64 is a fork of https://sourceforge.net/projects/linux-abi/ that ported it to amd64. All available documentation can be read online at http://ibcs-us.sourceforge.net/ In summary: if you run "ibcs program args", where "program" is a statically linked binary (elf, coff, elf) that ran on Xenix, SCO SVR4, SVR4, wyse or similar operating system, there is a chance it will run under...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    POSROG

    Try Customization Android-x86 OS is Faster, lighter than Emulator with

    POSROG is Android operating system with x86 architecture based on Phoenix OS or AOSP. POSROG focuses on development for device support, performance, gaming and other features, You can also be a contributor to the development of our project This is an open source project non profit and also some components are licensed under GNU General Public License (GPL) 2.0 or later.
    Leader badge
    Downloads: 335 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    floppy-loc-os
    floppy-loc-os es una distribución de Linux independiente, capaz de caber un disquete o floppy disk de 1.44MiB. Utiliza kernel Linux 6.0, BusyBox y ash. Solo para x86, capaz de correr en un 486 con 24MB de RAM.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    PLDroidPlayer

    PLDroidPlayer

    A free player SDK for Android platform

    PLDroidPlayer is a free player SDK for Android platform launched by Qiniu. It adopts a fully self-developed cross-platform playback kernel, has rich functions and excellent performance, and can be highly customized and secondary development. Starting from 2.0.0, the SDK has been fully upgraded to Qiniu's fully self-developed player kernel, with better performance and a smaller package body. PLDroidPlayer SDK supports multiple CPU architectures of armv5, armv7, arm64 and x86. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB