usbarmory VS serenity

Compare usbarmory vs serenity 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
usbarmory serenity
22 240
1,334 28,555
0.4% 0.8%
5.8 10.0
13 days ago 6 days ago
Ruby C++
- BSD 2-clause "Simplified" 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.

usbarmory

Posts with mentions or reviews of usbarmory. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Go: What We Got Right, What We Got Wrong
    22 projects | news.ycombinator.com | 4 Jan 2024
    Niklaus Wirth, rest his soul, would disagree.

    Like would the the selling USB Armory, with Go written firmware.

    https://www.withsecure.com/en/solutions/innovative-security-...

    Back in my day, writing compilers and OS services were also systems programming.

  • What's Zig got that C, Rust and Go don't have? [video]
    4 projects | news.ycombinator.com | 21 Nov 2023
    Not only you can fit Go into a kernel, there is at least two products that do so.

    TamaGo, used to write the firmware used in USB armory.

    https://www.withsecure.com/en/solutions/innovative-security-...

    TinyGo, which even has official Arduino and ARM support, and is sponsored by Google

    https://tinygo.org/

    Ah but that isn't proper Go! Well neither is the C code that is allowed to be used in typical kernel code, almost nothing from ISO C standard library is available, and usually plenty of compiler specific language extensions are used instead.

  • Bare Metal Rust in Android
    7 projects | news.ycombinator.com | 9 Oct 2023
    > Since 80s everybody designs systems on top of C.

    More like since the 1990's, and mostly thanks to the GNU Manifesto and FOSS uptake that took the steam out of C++ adoption being pushed by Apple, IBM and Microsoft.

    There is firmware in production written in Go,

    https://www.withsecure.com/en/solutions/innovative-security-...

  • USB armory – small secure computer from WithSecure (previously F-secure)
    1 project | news.ycombinator.com | 2 Jun 2023
  • How is Go used in Linux based environments in various companies?
    2 projects | /r/golang | 2 Jun 2023
    Not exactly but close. No gocoin, but custom (minimal) client based on btcsuite libs. And it is run on USB Armory SoC.
  • avbroot: Re-lock bootloader with Magisk installed!
    2 projects | /r/Android | 16 Feb 2023
    Relocking with your own key is only for experts, it's similar to the USB Armory device for embedded electronics. If you get it wrong you can brick the device, the purpose of doing it is to protect against certain types of boot attacks (like if somebody can get temporary physical access to your phone or even just plant a malicious USB cable which could potentially push malware. If you don't know what you're doing, stay on stock OS.
  • Google: C++20, How Hard Could It Be
    10 projects | news.ycombinator.com | 25 Sep 2022
    Plenty of software that is written in C and C++, can be easily done in Go as well, in fact in any AOT compiled managed language.

    C++ was born to write distributed systems, nowadays it hardly matters on cloud native infrastructure beyond the OS and hypervisors layer.

    This is how Go can be a competitor to C and C++, just like Inferno was basically Plan 9 with Limbo for userspace and very little C beyond the kernel.

    And then there are those crazy folks that believe they should ship bare metal AOT compiled languages regardless of others think.

    https://www.withsecure.com/en/solutions/innovative-security-...

  • Rust 2024 the Year of Everywhere?
    7 projects | news.ycombinator.com | 22 Sep 2022
    Of course it can, there are companies shipping products written in bare metal Go.

    https://www.withsecure.com/en/solutions/innovative-security-...

    https://github.com/usbarmory/tamago

  • Generics can make your Go code slower
    6 projects | news.ycombinator.com | 30 Mar 2022
  • Rust Compiler Ambitions for 2022
    1 project | /r/programming | 25 Feb 2022

serenity

Posts with mentions or reviews of serenity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.
  • Why does part of the Windows 98 Setup program look older than the rest?
    5 projects | news.ycombinator.com | 9 Apr 2024
    SerenityOS replicates that look and feel. It is also implemented in a dialect of C++ that adheres to some of the good parts of C++98: https://serenityos.org
  • SerenityOS
    1 project | news.ycombinator.com | 3 Apr 2024
  • XZ: A Microcosm of the interactions in Open Source projects
    7 projects | news.ycombinator.com | 30 Mar 2024
    One example of a useful technique

    https://serenityos.org/ apparently only makes source code available. There are no binary images of the OS to install

    I think Andreas said this functions like a little test -- if you're not willing to build it from source, then you probably wouldn't be a good contributor anyway.

    ---

    Likewise, my shell project provides source tarballs only, right now - https://www.oilshell.org/release/0.21.0/

    It is packaged in a number of places, which I appreciate. That means some other people are willing to do some work.

    And they provide good feedback.

    I would like it to be more widely available, but yeah I definitely see that you need to "gate" peanut gallery feedback a bit, because it takes up a lot of time.

    Of course, it's a tricky balance, because you also want feedback from casual users, to make the project better.

  • Fuzzing Ladybird with tools from Google Project Zero
    2 projects | news.ycombinator.com | 16 Mar 2024
    Indeed, given the existence of `JS::NonnullGCPtr`, `JS::GcPtr` intentionally corresponds to a nullable pointer, so it seems dangerous to convert one to a reference without a null-check.

    That said, a naive code search finds what *may* be more cases of this pattern:

    https://github.com/search?q=repo%3ASerenityOS%2Fserenity+%2F...

    Eg: https://github.com/SerenityOS/serenity/blob/a68b134e6dea5065... -> https://github.com/SerenityOS/serenity/blob/a68b134e6dea5065...

    In some of those search results, it is fine because there is a preceding null-check, and obviously I know nothing about this code other than this naive search result, but perhaps it would be prudent to vet all of them.

  • The Ladybird Browser Project
    8 projects | news.ycombinator.com | 6 Feb 2024
    It is a SerenityOS project. You can find the answer to that question in their primary project's FAQ[1].

    1. https://github.com/SerenityOS/serenity/blob/master/Documenta...

  • Sane C++ Libraries
    7 projects | news.ycombinator.com | 27 Jan 2024
    https://github.com/SerenityOS/serenity

    The best way to write proper exception free C++ is not to use the C++ Standard Library.

  • Serenum: OS from scratch to save computers [video]
    1 project | news.ycombinator.com | 16 Jan 2024
    I initially confused it with Serenity OS prior to watching the video: https://github.com/SerenityOS/serenity
  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    My contributions to SerenityOS[0] helped me get my current job. My team lead (who was also my interviewer) was interested in what I did since I listed some of it in my CV, and I showed him some PRs I made and explained what went into each of them. It was really exciting because I didn't have professional experience with low-level development, and basically got the job due to hobby programming.

    [0]: https://github.com/SerenityOS/serenity/pulls?q=is%3Apr+autho...

  • SerenityOS – a love letter to '90s user interfaces with a custom Unix-like core
    1 project | news.ycombinator.com | 30 Nov 2023
  • Bring garbage collected programming languages efficiently to WebAssembly
    16 projects | news.ycombinator.com | 3 Nov 2023
    Definitely not "literally impossible", just a great deal of work. https://github.com/SerenityOS/serenity/tree/master/Ladybird

What are some alternatives?

When comparing usbarmory and serenity you can also consider the following projects:

TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

Chicago95 - A rendition of everyone's favorite 1995 Microsoft operating system for Linux.

SkyFM

rust-raspberrypi-OS-tutorials - :books: Learn to write an embedded OS in Rust :crab:

go-is-not-good - A curated list of articles complaining that go (golang) isn't good enough

haiku - The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org).

zerosharp - Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.

linux - Linux kernel source tree

tamago - TamaGo - ARM/RISC-V bare metal Go

reactos - A free Windows-compatible Operating System

biscuit - Biscuit research OS

redox - Mirror of https://gitlab.redox-os.org/redox-os/redox