New in this sub, some questions…

This page summarizes the projects mentioned and recommended in the original post on /r/TempleOS_Official

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 3

    Discontinued templeos in userspace

    In my opinion the best hope is to provide the same user experience running on top of a well established kernel which already has all the drivers. Something similar to what I envisioned is being started here: https://github.com/nrootconauto/3Days

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. circle

    A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit) (by rsta2)

    The only other reasonable option would be to port it to a new platform which is popular that has a few well documented hardware interfaces so as not to create a hellish nightmare writing drivers. Maybe then you could do a one-off port to that platform (though you might have to re-target the HolyC compiler to target it instead if it is not x86_64). The Raspberry PI seems like a decent option here since there is already a baremetal C++ library supporting USB, keyboard, mouse, sound, video, and as an added bonus UART, I2C, SPI, GPIO. You would have good code examples for porting all the necessary drivers. But obviously this would still be a lot of work and the compiler would need to be re-targeted and user space adapted for running on ARM. That being said backwards compatibility is strong, ARM seems actually interested in keeping it that way (at least for now). The library I'm talking about is here: https://github.com/rsta2/circle

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pascal for Small Machines

    5 projects | news.ycombinator.com | 4 May 2025
  • Circle – C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)

    1 project | news.ycombinator.com | 26 Mar 2025
  • Assembly coding without OS

    4 projects | /r/raspberry_pi | 17 Jun 2023
  • Bare Metal Emulators and launcher for RetroFlag GPI v1

    4 projects | /r/retroflag_gpi | 25 May 2023
  • Help with C64 Emulation (never used a C64 before in my life)?

    1 project | /r/c64 | 26 Jan 2023

Did you know that C is
the 6th most popular programming language
based on number of references?