arozos VS mkcert

Compare arozos vs mkcert and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
arozos mkcert
17 131
1,759 45,716
- -
6.8 2.7
8 days ago 9 days ago
JavaScript Go
GNU General Public License v3.0 only BSD 3-clause "New" or "Revised" 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.

arozos

Posts with mentions or reviews of arozos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-18.
  • Zoraxy v3 - The brand new Reverse Proxy Server for Noobs
    4 projects | dev.to | 18 Apr 2024
    Using this function and, if you have a few nodes with "ArozOS" installed, you can easily add all nodes into the Zoraxy WoL table and kick start them one by one remotely.
  • My "Reverse proxy server for noobs" project is now open source
    6 projects | /r/selfhosted | 22 May 2023
    TL.DR. I wrote a reverse proxy system for my Web Desktop OS back in 2019, later on I added in tons of other web routing features I need like redirections, blacklist + geo-ip, Zerotier controller and so on. Finally it become the reverse proxy version of swiss knift for my distributed homelab setup.
  • Announcing ArozOS 2.0 - 5 years journey into my own Web Desktop OS
    1 project | dev.to | 11 May 2023
    Hope you like this project! We are continuing updating the modules of this system to better fit our use cases. If you are interested to try it out or even contribute to this project, feel frees to find the source code and give us a star 🌟 in the attached Github link below.
  • Go SMB Server?
    10 projects | /r/golang | 2 Apr 2023
    u/survivalmachine As mentioned in previous comments, I am working on a Web Desktop OS project in which I want to add SMB support (both client and server). I already got SMB client working based on go-smb2.
  • The Value of Including a humans.txt File in Your Open Source Project
    1 project | dev.to | 1 Jan 2023
    If you are a long time user of my open source web desktop system ArozOS, the chances are, you might never notice there is actually a hidden humans.txt file in your web root. Here is my system hosting on my tiny server powered by a orange pi zero 2 single board computer.
  • Upload a huge file with little RAM & space in Go
    2 projects | dev.to | 22 Jun 2022
    Recently, I encountered another issue when I am trying to migrate my whole Google Drive to my own ARM powered DIY NAS. The issue was that my NAS only have 512MB + 32GB (microSD card) as OS drive, while I have 2 x 512GB HDD attached to the SBC to store files. Uploading a file with size >32GB will causing the system to run out of space and crashing my ArozOS NAS OS .
  • Web-desktop: As Native-like As Possible
    1 project | dev.to | 17 Oct 2021
    I have recently been traveling to another city. That is why I brought with me my trusty NUC installed with Debian + ArozOS besides my laptop. As this is my first time loading a few TB worth of files into this system, I soon running into issues where all the files I uploaded to the NUC is hard to find and I don't know what I have uploaded to the web desktop interface. This is how the systems look like before I start traveling.
  • What Windows XP teach us about startup sound effect
    1 project | dev.to | 15 Aug 2021
    I have been working on an open source web desktop system called ArozOS for 3+ years now. In simple words, it is a web desktop system that actually do works like a real OS.
  • Help needed for uploading large file with little RAM
    2 projects | /r/golang | 22 May 2021
    Full version of the function is over here: https://github.com/tobychui/arozos/blob/7251f4bf945f22b8a08d4dcfdcf4618baf16ac75/src/file_system.go#L506
  • Open source cloud stl to gcode slicer
    2 projects | /r/3Dprinting | 5 May 2021
    I own a few 3D printers so I decided to write myself a system to do cloud slicing and put it on Github. This is a few screenshots showing the slicer running on ArozOS Web Desktop System

mkcert

Posts with mentions or reviews of mkcert. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • Mkcert: Simple zero-config tool to make locally trusted development certificates
    1 project | news.ycombinator.com | 26 Apr 2024
  • Mkcert: Simple tool to make locally trusted dev certificates names you'd like
    1 project | news.ycombinator.com | 15 Mar 2024
  • You Can't Follow Me
    7 projects | news.ycombinator.com | 11 Jan 2024
    The author mentions difficulties with HTTPS and trying stuff locally.

    I've had some success with mkcert [1] to easily create certificates trusted by browsers, I can suggest to look into this. You are your own root CA, I think it can work without an internet connection.

    [1] https://github.com/FiloSottile/mkcert/

  • SSL Certificates for Home Network
    1 project | /r/homelab | 7 Dec 2023
  • Simplifying Localhost HTTPS Setup with mkcert and stunnel
    1 project | dev.to | 27 Nov 2023
    Solution: mkcert – Your Zero-Configuration HTTPS Enabler Meet mkcert, a user-friendly, zero-configuration tool designed for creating locally-trusted development certificates. Find it on its GitHub page and follow the instructions tailored for your operating system. For Mac users employing Homebrew, simply execute the following commands in your terminal:
  • 10 reasons you should quit your HTTP client
    5 projects | dev.to | 15 Nov 2023
    Well, Certifi does not ship with your company's certificates! So requesting internal services may come with additional painful extra steps! Also for a local development environment that uses mkcert for example!
  • Show HN: Anchor – developer-friendly private CAs for internal TLS
    4 projects | news.ycombinator.com | 1 Nov 2023
    My project, getlocalcert.net[1] may be the one you're thinking of.

    Since I'm also building in this space, I'll give my perspective. Local certificate generation is complicated. If you spend the time, you can figure it out, but it's begging for a simpler solution. You can use tools like mkcert[2] for anything that's local to your machine. However, if you're already using ACME in production, maybe you'd prefer to use ACME locally? I think that's what Anchor offers, a unified approach.

    There's a couple references in the Anchor blog about solving the distribution problem by building better tooling[3]. I'm eager to learn more, that's a tough nut to crack. My theory for getlocalcert is that the distribution problem is too difficult (for me) to solve, so I layer the tool on top of Let's Encrypt certificates instead. The end result for both tools is a trusted TLS certificate issued via ACME automation.

    1. https://news.ycombinator.com/item?id=36674224

    2. https://github.com/FiloSottile/mkcert

    3. https://blog.anchor.dev/the-acme-gap-introducing-anchor-part...

  • Running one’s own root Certificate Authority in 2023
    12 projects | news.ycombinator.com | 16 Sep 2023
    Looks like step-ca/step-cli [1] and mkcert [2] have been mentioned. Another related tool is XCA [3] - a gui tool to manage CAs and server/client TLS certificates. It takes off some of the tedium in using openssl cli directly. It also stores the certs and keys in an encrypted database. It doesn't solve the problem of getting the root CA certificate into the system store or of hosting the revocation list. I use XCA to create and store the root CA. Intermediate CAs signed with it are passed to other issuers like vault and step-issuer.

    [1] https://smallstep.com/docs/step-ca/

    [2] https://github.com/FiloSottile/mkcert

    [3] https://hohnstaedt.de/xca/

  • Show HN: Local development with .local domains and HTTPS
    5 projects | news.ycombinator.com | 1 Aug 2023
    We use mkcert for this, it works wonderfully.

    https://github.com/FiloSottile/mkcert

  • Implementing TLS in Kubernetes
    13 projects | dev.to | 1 Aug 2023
    mkcert: This is used to obtain a trusted TLS certificate with a custom domain name for your development machine. You can install mkcert on your development machine following the official instructions.

What are some alternatives?

When comparing arozos and mkcert you can also consider the following projects:

zoraxy-docker - Docker container for Zoraxy

minica - minica is a small, simple CA intended for use in situations where the CA operator also operates each host where a certificate will be used.

websocket - A fast, well-tested and widely used WebSocket implementation for Go.

nginx-docker-ssl-proxy - A docker way to access localhost:8081 from https://local.dev

uploader - Use Go to start an http up/down transfer server that is optimized for handling large files

certificates - πŸ›‘οΈ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.

drive-desktop

gosumemory - Cross-Platform memory reader for osu!

vmango - Your own personal IaaS cloud

rustls - A modern TLS library in Rust

reef-pi - An opensource reef tank controller based on Raspberry Pi

uvicorn - An ASGI web server, for Python. πŸ¦„