Open Source Mac Operating Systems - Page 3

Operating Systems for Mac

View 21 business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    OSGeoLive

    OSGeoLive

    Bootable linux distro for Geospatial Applications

    OSGeoLive is a self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu that allows you to try a wide variety of open source geospatial software without installing anything. It is composed entirely of free software, allowing it to be freely distributed, duplicated and passed around. It provides pre-configured applications for a range of geospatial use cases, including storage, publishing, viewing, analysis and manipulation of data. It also contains sample datasets and documentation.
    Leader badge
    Downloads: 231 This Week
    Last Update:
    See Project
  • 2
    Soplos Linux Tyson

    Soplos Linux Tyson

    Soplos Linux is a Debian Testing-based distribution with the Plasma 6

    Soplos Linux Tyson is a GNU/Linux distribution based on Debian Testing, designed for users taking their first steps into Linux or looking for a modern, stable, and efficient daily driver. Key Features: ✅ Based on Debian Testing, offering rolling updates and always up-to-date software. ✅ Ships with the KDE Plasma 6 desktop – modern, elegant, and highly customizable. ✅ Clean and minimalist interface with no unnecessary bloatware. ✅ Compatible with modest hardware – ideal for users unable to upgrade to newer versions of Windows. ✅ A Software Center tailored for Plasma is in development, built with Qt and Python, to simplify application management. ✅ Future support planned for proprietary drivers to improve hardware compatibility. Soplos Linux Tyson aims to deliver a simple yet powerful experience without compromising flexibility, with plans to expand with dedicated repositories and more user-friendly tools. ✨ Give Soplos Linux Tyson a try and discover a new way to use your
    Downloads: 208 This Week
    Last Update:
    See Project
  • 3
    Nanolinux

    Nanolinux

    Tiny Linux desktop distribution in just 14 MB

    Nanolinux is a very tiny Linux distribution based on MicroCore Linux with busybox. It uses Nano-X instead of X11. FLTK 1.3.x is used as the GUI toolkit. The window manager is SLWM. The following applications are included: Dillo browser FlWriter text processing program Sprsht spread sheet program FLTDJ personal information manager FlMusic CD player FlRadio internet radio FlChat IRC client Antipaint paint program Fluff file manager NXterm terminal emulator Flcalc calculator FlView image viewer Fleditor Games: Tuxchess, NXeyes, Checkers, Blocks, Sudoku, Mastermind Mount tool, system statistics Software package download and install utility NTFS support Grub package for hard disk install OSS sound, Truetype fonts, UTF-8 support Nanolinux runs completely from RAM. You can remove the LiveCD and play CDs. Nanolinux on Distrowatch: http://distrowatch.com/table.php?distribution=nanolinux
    Downloads: 50 This Week
    Last Update:
    See Project
  • 4
    AmogOS

    AmogOS

    Among-us themed OS. As seen on Reddit and Youtube

    A parody OS inspired by Among Us. (pronounced A-mog-O-S).
    Downloads: 7 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    WINIX OS

    WINIX OS

    A UNIX-style Operating System for the Waikato RISC Architecture

    Winix is an experimental Unix-like operating system kernel written in modern C++ with an emphasis on object-oriented design and code clarity. It is a pedagogical project exploring how kernel-level programming can be structured with C++ abstractions while maintaining low-level control. Winix supports basic system services such as file systems, process management, and a terminal interface, and is designed for booting on x86_64 hardware via QEMU. It serves as an accessible and unconventional approach to understanding operating systems.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Downloads: 181 This Week
    Last Update:
    See Project
  • 7
    Matriux
    Matriux is a GNU/Linux, Debian based security distribution designed for penetration testing and cyber forensic investigations. It is a distribution designed for security enthusiasts and professionals, can also be used normally as your default OS.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 8
    Xray_OS

    Xray_OS

    Xray_OS is Angel's own Linux distro.

    Xray_OS has custom tools in development, and has two pre-configured desktop environments available KDE Plasma and XFCE. The distro is still maintained when and if I have the time to do it, but I also work fully on other software projects, so right now, is not been maintained fully neither new exclusive features are developed and added every often. Tolitica project (Included in Xray_OS, but still independent from it), I'm working right now fully on this: https://sourceforge.net/projects/tolitica/
    Leader badge
    Downloads: 162 This Week
    Last Update:
    See Project
  • 9
    Cosmos

    Cosmos

    Cosmos is an operating system "construction kit"

    Cosmos is an operating system "construction kit" made for Visual Studio 2022. Build your own OS using managed languages such as C#, VB.NET, and more! Cosmos (C# Open Source Managed Operating System) is an operating system development kit that uses Visual Studio as its development environment. Despite C# in the name any .NET-based language can be used including VB.NET, Fortran, Delphi Prism, IronPython, F# and more. Cosmos itself and the kernel routines are primarily written in C#, and thus the Cosmos name. Cosmos is not an operating system in the traditional sense, but instead, it is an "Operating System Development Kit". Cosmos lets you create operating systems just as Visual Studio and C# normally let you create applications. Most users can write and boot their own operating system in just a few minutes, all using Visual Studio.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    rCore-Tutorial-Book-v3

    rCore-Tutorial-Book-v3

    A book about how to write OS kernels in Rust easily

    rCore-Tutorial-Book-v3 is the official book for the third version of the rCore OS tutorial series, a comprehensive educational resource for learning operating system development using the Rust programming language. Targeted at the RISC-V architecture, this tutorial guides learners step-by-step through building a minimal, safe, and modern OS kernel from scratch. It is written in Markdown and powered by mdBook, making it easy to read, navigate, and contribute to. The book combines theoretical explanations with practical exercises, allowing students and enthusiasts to understand core OS concepts like bootstrapping, memory management, and process scheduling through hands-on implementation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Pong-Dev

    Pong-Dev

    Mirror for various AOSP Projects maintained by me for Nothing Phone 2

    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • 12
    mAid Linux

    mAid Linux

    manage all your Android devices without any driver hassle

    mAid: a maid which helps to [m]anage your [A]ndro[id] :) The main purpose of this project is: ... give you a quick and just working start to use the standard Android tools like adb and fastboot with ease ... No driver hassle ... No complicated installation of android tools ... if still nothing works: activating a remote support tool (teamviewer or tmate) so a friend can help you out ... just download, flash and enjoy
    Leader badge
    Downloads: 138 This Week
    Last Update:
    See Project
  • 13
    XBOOT

    XBOOT

    The extensible bootloader for embedded system

    xboot is a lightweight, modular embedded operating system designed for ARM-based microcontrollers and SoCs. It provides a complete runtime environment including a small kernel, device drivers, file systems, networking stack, GUI system, and scripting interface. xboot aims to be both educational and practical, offering a clear and portable codebase that can be adapted to various embedded platforms. Its minimal design and Lua scripting support make it suitable for quick prototyping and custom firmware development.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    B OS

    B OS

    "A fast, lightweight, and secure Linux operating system for all."

    B OS is a modern Linux distribution developed by MerdekaSoft to provide a simple, secure, and powerful computing experience for everyone. It is built with the KDE Plasma desktop, offering an elegant, highly customizable, and user-friendly interface that fits both beginners and advanced users. Unlike many other operating systems, B OS is lightweight and optimized for speed, making it suitable for older hardware as well as modern PCs. It comes with a carefully selected set of pre-installed applications, including a web browser, office suite, file manager, and multimedia tools, so users can be productive immediately. Security is a core principle of B OS, featuring enhanced configurations and tools that protect users from online threats, ensuring reliability in personal, educational, and professional environments. Offline installer support makes B OS ideal for areas with limited connectivity, while regular updates guarantee long-term stability. Fully open-source and free to use, B OS empow
    Downloads: 74 This Week
    Last Update:
    See Project
  • 15
    Rockstor

    Rockstor

    BTRFS based NAS and private cloud storage solution

    Rockstor is a Network Attached Storage (NAS) and private cloud storage solution based on advanced Linux technologies like BTRFS, Docker and others. In addition to standard NAS features like file sharing via NFS, Samba, SFTP and AFP, advanced features such as online volume management, CoW Snapshots, asynchronous replication, compression, and bitrot protection are supported based on BTRFS. Rockstor also provides apps like ownCloud, Syncthing, OpenVPN, and Plex to name a few. Apps or "Rock-ons" are powered by a Docker-based application hosting framework. And new ones can be simply added. These Rock-ons, combined with advanced NAS features, turn Rockstor into a private cloud storage solution accessible from anywhere, giving users complete control of cost, ownership, privacy and data security. Rockstor UI is written in Javascript, making it simple to manage everything from your Web browser. The backend is written in Python and exposes RESTful APIs to easily extend functionality!
    Downloads: 22 This Week
    Last Update:
    See Project
  • 16
    Freeloader Linux

    Freeloader Linux

    Freeloader Linux is a live bootable distro

    Freeloader is a live Linux distribution to reclaim your PC and privacy. No hard disk required (boot from DVD/USB)
    Leader badge
    Downloads: 114 This Week
    Last Update:
    See Project
  • 17
    EasyNAS

    EasyNAS

    Making Storage Easy

    EasyNAS is a storage management system for home or small office. it uses opensuse with the award winning filesystem: BTRFS that gives: stability, performance availability and other features you won’t see in a commercial NAS. EasyNAS advanced features includes: file system compression, Snapshots, copy on write, online increase/decrease file system, online balancing data between hardrives, online file system check. EasyNAS is distributed free with no warranty.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 18
    antergos

    antergos

    A modern, elegant and powerful operating system based on Arch Linux.

    The purpose of Antergos is to provide a modern, elegant and powerful operating system based on one of the best Linux distributions out there, Arch Linux. Antergos is easy to use and very customizable It is open source, free and based on the fast and lightweight Arch Linux. Antergos uses the official Arch Linux package repositories and the AUR (user-submitted packages) along with its own software repositories. As with other GNU/Linux systems, Antergos is virtually free of viruses and spyware
    Downloads: 28 This Week
    Last Update:
    See Project
  • 19
    Dragora GNU/Linux-Libre

    Dragora GNU/Linux-Libre

    An independent GNU/Linux-Libre distribution

    Dragora is a complete and reliable distribution of the GNU/Linux operating system that is entirely free software. Dragora is founded on the concepts of simplicity and elegance, it can be run for almost any purpose (desktop, workstation, server, development, etc.). The intended audience are people interested in learning more about a GNU/Linux distribution, or simply people who are looking for quality.
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 20
    Super OS

    Super OS

    Super OS: Ubuntu + extra software + offline usability

    Super OS: a remastered version of Ubuntu, with codecs and extra software, with focus on offline usability.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 21
    OpenWrt-Rpi

    OpenWrt-Rpi

    Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project

    OpenWrt-Rpi is a customized build and configuration project that adapts the OpenWrt operating system for Raspberry Pi devices, transforming them into fully functional routers or embedded network appliances. It enables users to deploy advanced networking features such as routing, firewalling, and VPN services on low-cost hardware. The project typically includes preconfigured images, build scripts, and optimization settings tailored for Raspberry Pi hardware capabilities. It emphasizes flexibility, allowing users to install additional packages and customize network behavior according to their needs. The system leverages OpenWrt’s modular package ecosystem, enabling a wide range of networking applications and services. It is particularly useful for home labs, IoT environments, and edge networking setups. Overall, OpenWrt-Rpi turns a general-purpose single-board computer into a powerful and customizable networking device.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Puter

    Puter

    The Internet OS! Free, Open-Source, and Self-Hostable

    Puter is a browser-based personal operating system and file explorer built entirely with web technologies. It mimics the experience of a traditional desktop OS, allowing users to manage files, launch apps, and interact with a graphical interface—all within a web browser. The project is designed to be both functional and nostalgic, combining the aesthetic of retro operating systems with modern development tools like React and Tailwind CSS. Puter offers a self-hostable, customizable environment for those seeking an online workspace or hobby project.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    Community Linux 64

    Community Linux Distro

    Boot from USB, stay on the USB with overlay file system that is automatically added from free space. Result: an installation less 64 bit Linux Distro. See quick boot: https://sourceforge.net/projects/community-linux-64/files/video_20250404_013524.mp4 Update: 32G_1.0.0.img.gz uploaded, suitable for direct 'dd' operation on a 32 Gig USB drive. (Remember to decompress the image first with gunzip) Windows users may create this USB with Rufus in 'dd' mode. Target audience: All PCs, especially Mini PCs, Embedded PCs, Kiosks, Info Terminals, Cash registers ... etc.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 24

    loc-os-linux-24-xfce-x86-64

    Loc-os Linux Live con escritorio XFCE

    No más complicaciones. Esta es la unión lógica entre dos pilares de la filosofía Linux: la estabilidad Loc-OS basado en Devuan y la eficiencia probada en el tiempo de XFCE. Un proyecto que respeta tu tiempo y tu hardware, ofreciéndote un sistema operativo completo, actualizable y sin sorpresas. Perfecta para revitalizar portátiles viejos, ser la base de una estación de trabajo fiable o simplemente disfrutar de un escritorio limpio y ordenado. Menos es más, y aquí, más estable y rápido.
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • 25
    OS X El Capitan

    OS X El Capitan

    Installer App of Mac OS X El Capitan

    Installer App of Mac OS X El-Capitan
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB