baremetal

Open-source projects categorized as baremetal

Top 23 baremetal Open-Source Projects

  • netboot.xyz

    Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.

  • Project mention: Ubuntu Desktop 24.04 LTS: Noble Numbat | news.ycombinator.com | 2024-04-27

    I learned about https://netboot.xyz/ the other day. Worked fantastic when I didn't have a big enough thumb drive. Not exactly the same though.

  • x86-bare-metal-examples

    Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.c

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bare-metal-programming-guide

    A bare metal programming guide (ARM microcontrollers)

  • Project mention: STM32MP2: ST’s first Linux capable 64-bit MPU with NPU, GPU and TSN | news.ycombinator.com | 2023-08-26

    What cruftware? STM32 will run your code right away after reset clears[0].

    0. https://github.com/cpq/bare-metal-programming-guide

  • cloudpods

    A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台

  • eks-anywhere

    Run Amazon EKS on your own infrastructure 🚀

  • openelb

    Load Balancer Implementation for Kubernetes in Bare-Metal, Edge, and Virtualization

  • mt32-pi

    🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.

  • Project mention: Something between Rpi and Rpi Pico? | /r/microcontrollers | 2023-12-10

    I have just seen https://github.com/dwhinham/mt32-pi but it doesn't seem as easy to play with and well-documented as the other software I've used.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • kairos

    :penguin: The immutable Linux meta-distribution for edge Kubernetes.

  • Project mention: K3s – Lightweight Kubernetes | news.ycombinator.com | 2023-10-11

    I've been eyeing Kairos [1] which is an OS lifecycle management system for k3s which looks like a nice way to deploy k3s.

    [1]: https://github.com/kairos-io/kairos

  • baremetal-arm

    An ebook about bare-metal programming for ARM

  • sidero

    Sidero Metal is a bare metal provisioning system with support for Kubernetes Cluster API.

  • NesUEFI

    A bootable NES Emulator running on UEFI

  • mdk

    A bare metal SDK for the ESP32 & ESP32C3

  • Arclight

    An open source server virtualization management solution based on QEMU/KVM. Manage virtual machines, containers, highly available clusters, storage and networks with an integrated, easy-to-use web interface or via CLI. (Featured on zeupiter.com) (by Chatnaut)

  • icestation-32

    Compact FPGA game console

  • Project mention: The 8-Bit Era: Eight Iconic Processor Designs – By Babbage | news.ycombinator.com | 2023-12-04

    > Or maybe there's a RV32I community for writing retro style games, with some simple graphics support?

    Wow, https://github.com/dan-rodrigues/icestation-32 looks cool. Sorry for the comment spam. :)

  • stm32mp1-baremetal

    Baremetal framework and example projects for the STM32MP15x Cortex-A7 based MPU

  • Project mention: Anyone using the STM32MP1 ? (Dual ARM cores (A7 + M4), Linux, Ethernet, CAN, USB, DACs, ADCs...) FreeRTOS on the 2nd core ? | /r/embedded | 2023-06-16

    2x A7 cores for running an OS (Linux, Android) or you can run bare metal code on them too. (https://github.com/4ms/stm32mp1-baremetal)

  • playground

    Example deployments of the Tinkerbell Stack for use as playground environments (by tinkerbell)

  • orbos

    ORBOS - GitOps everything

  • xrock

    The low level tools for rockchip SOC with maskrom and loader mode support.

  • novusk

    A kernel written in Rust

  • circle-stdlib

    Standard C and C++ Library Support for Circle

  • Project mention: MiniScript on a bare-metal Raspberry Pi | dev.to | 2024-03-02

    If you're a developer and feeling adventurous, you can also try building it yourself. The source is all on GitHub. It uses the circle-stdlib project (which is circle plus some additions to support much of the C and C++ standard libraries) as a submodule; hopefully I've set that up correctly, but you could always clone that separately and place it in the MiniScript-Pi folder. Check out circle's build instructions for info on setting up your toolchain. (Mac users: be careful with the configure script, which does not work properly on MacOS; find me on Discord and I'll help you fix the script or configure manually.)

  • h3dmx512-zip

    Images for Allwinner H2+/H3 DMX512 / RDM / Art-Net / sACN / USBPro / Pixel / WS28xx / TCNet / SMPTE

  • cluster-api-provider-tinkerbell

    Cluster API Infrastructure Provider

  • hftrx

    Embedded firmware for ham radio transceivers

  • Project mention: hftrx: NEW Extended Research - star count:52.0 | /r/algoprojects | 2023-08-12
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

baremetal related posts

  • Something between Rpi and Rpi Pico?

    1 project | /r/microcontrollers | 10 Dec 2023
  • STM32MP2: ST’s first Linux capable 64-bit MPU with NPU, GPU and TSN

    1 project | news.ycombinator.com | 26 Aug 2023
  • hftrx: NEW Extended Research - star count:52.0

    1 project | /r/algoprojects | 12 Aug 2023
  • hftrx: NEW Extended Research - star count:52.0

    1 project | /r/algoprojects | 11 Aug 2023
  • Anyone using the STM32MP1 ? (Dual ARM cores (A7 + M4), Linux, Ethernet, CAN, USB, DACs, ADCs...) FreeRTOS on the 2nd core ?

    1 project | /r/embedded | 16 Jun 2023
  • Many Hands Make Light Work - Let’s Learn Together

    2 projects | /r/embedded | 9 Jun 2023
  • Learning STM32 bare metal

    1 project | /r/embedded | 1 Jun 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source baremetal projects? This list will help you:

Project Stars
1 netboot.xyz 7,971
2 x86-bare-metal-examples 4,610
3 bare-metal-programming-guide 2,598
4 cloudpods 2,331
5 eks-anywhere 1,918
6 openelb 1,537
7 mt32-pi 1,172
8 kairos 940
9 baremetal-arm 564
10 sidero 388
11 NesUEFI 175
12 mdk 160
13 Arclight 149
14 icestation-32 148
15 stm32mp1-baremetal 142
16 playground 126
17 orbos 115
18 xrock 91
19 novusk 89
20 circle-stdlib 83
21 h3dmx512-zip 83
22 cluster-api-provider-tinkerbell 84
23 hftrx 69

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com