awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to andy-python-programmer/aero

Projects sharing features with Aero

25 open-source projects similar to andy-python-programmer/aero, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 0x59616e/steinsos0x59616e avatar

    0x59616e/SteinsOS

    124View on GitHub↗

    An operating system written in Rust

    Rustarmv8kerneloperating-system
    View on GitHub↗124
  • asterinas/asterinasasterinas avatar

    asterinas/asterinas

    4,678View on GitHub↗

    Asterinas is a memory-safe operating system kernel designed to prevent data races and memory corruption. It functions as a Linux-ABI compatible kernel, enabling the execution of existing Linux binaries and container workloads while providing a declarative operating system distribution model. The project distinguishes itself by acting as a virtual machine container host and a confidential computing guest OS, allowing it to run within hardware-isolated Trusted Execution Environments such as Intel TDX. It implements a minimal trusted computing base by isolating unsafe low-level operations and se

    Rustkernelosrust
    View on GitHub↗4,678
  • azure-rtos/threadxazure-rtos avatar

    azure-rtos/threadx

    3,472View on GitHub↗

    This advanced real-time operating system (RTOS) is designed specifically for deeply embedded applications. Among the multiple benefits it provides are advanced scheduling facilities, message passing, interrupt management, and messaging services. Eclipse ThreadX RTOS has many advanced features,…

    C
    View on GitHub↗3,472
  • bad-antics/glowbarn-osbad-antics avatar

    bad-antics/glowbarn-os

    1View on GitHub↗

    GlowBarn OS - Paranormal Research Operating System built with Buildroot

    Rust
    View on GitHub↗1

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bortek/ez-wifibroadcastbortek avatar

    bortek/EZ-WifiBroadcast

    896View on GitHub↗

    Affordable Digital HD Video Transmission made easy!

    C
    View on GitHub↗896
  • ccrisan/motioneyeosccrisan avatar

    ccrisan/motioneyeos

    8,203View on GitHub↗

    MotionEyeOS is a dedicated operating system designed to transform a single board computer into a video surveillance station. It provides a centralized environment for monitoring and recording multiple video feeds. The system enables remote camera management through a unified web interface, allowing for the control and configuration of networked security cameras. It supports automated video recording based on motion detection to monitor specific areas without requiring constant manual recording. The software incorporates a Debian-based root filesystem and a Python-based backend to orchestrate

    Makefile
    View on GitHub↗8,203
  • cfenollosa/os-tutorialcfenollosa avatar

    cfenollosa/os-tutorial

    30,551View on GitHub↗

    This project is an educational curriculum designed to teach the fundamentals of operating system development and low-level systems programming. It provides a structured sequence of lessons and code samples that guide users through building a functional kernel and bootloader from scratch, enabling a practical understanding of how software interacts directly with computer hardware. The repository distinguishes itself by focusing on the core mechanics of bare-metal execution. It covers the implementation of essential system components, including assembly-based bootloaders that transition process

    C
    View on GitHub↗30,551
  • cosmosos/cosmosCosmosOS avatar

    CosmosOS/Cosmos

    3,165View on GitHub↗

    Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!

    C#
    View on GitHub↗3,165
  • dragonos-community/dragonosDragonOS-Community avatar

    DragonOS-Community/DragonOS

    1,174View on GitHub↗

    DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for Serverless scenarios. 使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算Serverless场景而设计。

    Rustoperating-systemosrust
    View on GitHub↗1,174
  • fourdee/dietpiFourdee avatar

    Fourdee/DietPi

    18View on GitHub↗

    Lightweight justice for your single-board computer!

    View on GitHub↗18
  • futurice/chilipie-kioskfuturice avatar

    futurice/chilipie-kiosk

    1,402View on GitHub↗

    Easy-to-use Raspberry Pi image for booting directly into full-screen Chrome, with built-in convenience features for unattended operation. Perfect for dashboards and build monitors.

    HTML
    View on GitHub↗1,402
  • hexagonal-sun/moss-kernelhexagonal-sun avatar

    hexagonal-sun/moss-kernel

    1,885View on GitHub↗
    Rust
    View on GitHub↗1,885
  • jserv/mini-arm-osjserv avatar

    jserv/mini-arm-os

    1,240View on GitHub↗

    Build a minimal multi-tasking OS kernel for ARM from scratch

    C
    View on GitHub↗1,240
  • koibtw/highlightoskoibtw avatar

    koibtw/highlightos

    76View on GitHub↗

    🌄 x86_64 OS (kernel) made from scratch in Rust & Assembly

    Rustassemblybiosbootloader
    View on GitHub↗76
  • mainsail-crew/mainsailosmainsail-crew avatar

    mainsail-crew/MainsailOS

    730View on GitHub↗

    This Raspberry Pi distribution for managing Klipper 3D printers with Mainsail provides all you need.

    Shell
    View on GitHub↗730
  • nextcloud/nextcloudpinextcloud avatar

    nextcloud/nextcloudpi

    2,866View on GitHub↗

    NextcloudPi is a deployment suite and pre-configured software stack designed to install and manage a private cloud environment on Linux servers and single-board computers. It includes a specialized operating system image optimized for Raspberry Pi hardware and a dedicated management panel for automating the deployment of cloud storage and collaboration tools. The project distinguishes itself through a web-based configuration interface that allows for the automation of system updates, backup restores, and hardware monitoring. It integrates a dynamic DNS manager to synchronize server IP address

    Shellarmnextcloudqemu
    View on GitHub↗2,866
  • rcore-os/rcore-tutorial-v3rcore-os avatar

    rcore-os/rCore-Tutorial-v3

    1,968View on GitHub↗
    Rustk210operating-systemrcore
    View on GitHub↗1,968
  • s-matyukevich/raspberry-pi-oss-matyukevich avatar

    s-matyukevich/raspberry-pi-os

    13,854View on GitHub↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Carmarmv8assembler
    View on GitHub↗13,854
  • samypesse/how-to-make-a-computer-operating-systemS

    SamyPesse/How-to-Make-a-Computer-Operating-System

    0View on GitHub↗

    How to Make a Computer Operating System

    View on GitHub↗0
  • seeul8er/dronebridgeseeul8er avatar

    seeul8er/DroneBridge

    925View on GitHub↗

    DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.

    C
    View on GitHub↗925
  • theseus-os/theseustheseus-os avatar

    theseus-os/Theseus

    3,170View on GitHub↗

    Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.

    Rust
    View on GitHub↗3,170
  • tock/tocktock avatar

    tock/tock

    6,351View on GitHub↗

    Tock is a secure embedded operating system and microcontroller kernel designed to isolate untrusted applications and drivers. It functions as a memory-safe process isolator that uses a combination of hardware memory protection and language-level type safety to execute mutually distrustful applications on bare metal. The system distinguishes itself through a hardware abstraction layer that decouples high-level components from specific microcontroller implementations using standardized traits. It further employs a virtualization layer to allow multiple independent software components to share a

    Rust
    View on GitHub↗6,351
  • trimstray/test-your-sysadmin-skillstrimstray avatar

    trimstray/test-your-sysadmin-skills

    11,667View on GitHub↗

    This project is a Linux system administration question bank designed to evaluate knowledge of server management. It serves as a technical reference and study guide through a collection of curated questions and answers. The resource provides targeted preparation for technical interviews and professional exams. It specifically covers DevOps interview preparation, including containerization, continuous integration, and version control. The knowledge base spans several core competency areas, including system internals, kernel architectures, and the Linux boot process. It also includes materials

    answersbsdcheatsheets
    View on GitHub↗11,667
  • tuhdo/os01tuhdo avatar

    tuhdo/os01

    13,426View on GitHub↗

    This project is an educational resource and technical reference for building operating systems from scratch. It provides a comprehensive guide to mastering x86 architecture and implementing core kernel components by writing code that executes directly on hardware without the support of standard libraries or operating system abstractions. The materials focus on low-level systems engineering, teaching users how to interpret technical datasheets to manage hardware resources. It covers the fundamental mechanics of bare-metal programming, including the use of assembly language to define execution

    TeXbookoperating-system
    View on GitHub↗13,426
  • vinc/morosvinc avatar

    vinc/moros

    1,084View on GitHub↗

    MOROS: Obscure Rust Operating System 🦉

    Rusthobby-osoperating-systemos
    View on GitHub↗1,084