minibase VS finit

Compare minibase vs finit and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
minibase finit
1 4
178 614
- -
5.9 9.2
12 months ago 11 days ago
C C
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minibase

Posts with mentions or reviews of minibase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-26.
  • Portable Executable
    3 projects | news.ycombinator.com | 26 Feb 2021
    I remember simple use cases for clone() such as spawning child processes with just enough shared resources to execve(). I remember reading a lot of old emails from Torvalds about it, can't find them anymore.

    I used to value portability but now I believe in using Linux everywhere and for everything. I like OpenBSD too but Linux is the stable one you can build anything on. What I wanted to eventually accomplish is a 100% freestanding Linux user space with no libraries at all. Maybe boot straight into the program I want to use, just like we can pass init=/usr/bin/bash in the kernel command line. How far could this go? Using nothing but system calls it's actually possible to get a framebuffer and use software renderering to draw some graphics. I'm guessing pretty far.

    By starting from scratch like this it's possible to fix all the historical problems with our systems. For example, I think it's unacceptable when libraries keep global state. This can't be fixed without getting rid of libc and its buffers and caches and errno. Removing this cruft would actually simplify a threads implementation. And then there's completely insane stuff that should be dropped like .init and .fini sections:

    https://blogs.oracle.com/solaris/init-and-fini-processing-wh...

    A similar statically-linked user space project I found years ago:

    https://github.com/arsv/minibase

finit

Posts with mentions or reviews of finit. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing minibase and finit you can also consider the following projects:

dinit - Service monitoring / "init" system

HackBGRT - Windows boot logo changer for UEFI systems

liblinux - Linux system calls.

InitWare - The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.

s6 - The s6 supervision suite.

InitKit - Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.

tini - A tiny but valid `init` for containers

cosmopolitan - build-once run-anywhere c library

hummingbird - Hummingbird init system for Linux based operating systems.

systemd - The systemd System and Service Manager