Open Source Server Operating Systems Operating Systems - Page 2

Operating Systems for Server Operating Systems

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    ManuOS

    ManuOS

    My own operating system.

    Currently ManuOS kernel is under development. Once kernel is complete, a good Graphical User Interface will be developed for ManuOS. ManuOS runs on IA-32, x86-64 and currently operates in protected mode. In future ManuOS is intended to run in long mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The OS561 operating system based around FORTH/Java. The OS is to run on a VHDL chip OpenHardware design called the Minon, but could become available for other platforms. The unique point of the design is a revolutionary data compression technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ButterflyOS is a very simple operation system for the Atmel AVR Butterfly board. It's based on the AvrX multitasking scheduler, created by Larry Barello. A byte-code program for ButterflyOS, can be sent and managed through the serial interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is for a small operating system optimized specifically for switching and routing voice packets on the amd64 platform. The license is currently undecided. Please subscribe the pillaros-design list with suggestions and ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    ROKOS Crypto Full Node OS

    ROKOS Crypto Full Node OS

    First OS that merges the power of IoT devices with Cryptocurrencies

    Full Bitcoin OS For Raspberry Pi, zero, 2, 3, 4, BananaPi PRO, PINE64+, Odroid + more IoT Devices. Integrated Cryptocurrencies Full nodes, BFG and CGMiners, Dev tools + Clients/Nodes Support. The First Crypto Full node OS! (Since 2014) [covered by TechCrunch, CES and acknowledged by FOSS among others] ROKOS flavors: https://rokos-flavors.space ROKOS core: https://rokos.space ROKOS core sourceforge: https://sourceforge.net/projects/rokos-bitcoin-full-node/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Revamp (Operating System)

    an OS build, "Where Elegance Spells Perfection"

    Our latest release is Revamp 12. Revamp is an Operating System, build on the strong linux architecture, to provide a beautiful,easy to use operating system. with aim to be user friendly even to new users, Revamp was built from the existing Ubuntu (previously on Mint) and the development will follow Ubuntu's release closely. Revamp will try our best to provide an all in Operating System, equipped with essential Softwares and Settings, generally used by user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RhinoLINUX Main Edition

    RhinoLINUX Main Edition

    Desktop Linux - custom built on Debian/Ubuntu/Mint upstream codebases

    RhinoLINUX aims to create a desktop OS with something for everyone, but with ease of use, flexibility and minimal fuss. It is a goal of the project that the OS will run or open ALL common/popular document/media/web format files without needing to add apps/plugins/codecs etc. RhinoLINUX Main Edition is our flagship product. We also have a Lite XFCE,KDE and Cinnamon Editions all hosted at SF.nef This latest release v8.0 is Trusty Tosca - built using Ubuntu 14.04 'trusty' source as codebase there have been added codecs/plugins and cross-platform support for Windows applications and legacy Operating Systems via our VirtualX suite of emulation and virtualization softwaare managers/sub-systems such as QEMU.WINE and VirtualBOX. RhinoLINUX can run multiple Windows versions side by side at the same time or install Windows apps, including MS Office ! Custom system tools such as Multisystem boot builder apps, Live USB creators, Backup tools etc. as well as our Remastering tools left in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SBCD

    partitioning backup recovery and all kind of boot loaders

    partitioning backup recovery and all kind of boot loaders
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    S_OS

    S_OS

    a small OS made on scratch by MIT

    a small OS on scratch.mit.edu but not posted yet
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10
    Turtle OS is an Unix-like OS. It aims to be open source, secure, high performing and portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Valhalla

    This is the official code site for Project Transmutation

    This is the official code for Arrogant Penguin Industries' Project Transmutation. This site provides the Odin Language System, the Viking Kernel Code, and the Valhalla Development System as well as all document downloads in relation to these products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An operating system aiming towards distribution by being a low level VM for object-oriented languages featuring introspection. Pending rewrite to meet new goals. The old kernel is available in SVN for reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    osFree operating system
    open source analogue of IBM OS/2 operating system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    speccy3os

    Message passing microkernel-based Operating System for ZX Spectrum +3e

    This project is an attempt to design an message passing microkernel-based Operating System for the ZX Spectrum +3e computer equipped with ZXMMC mass storage device. It was made mostly for PoC purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ultrasystem

    an os for x86 computers based on mikeos

    this is an os for x86 computers it is based on a number of other operating systems. i will keep you updated right now just cleaning up code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    uxubos

    uxubos

    Updated Xubuntu OS 64bit

    UXUBOS is a respin of Xubuntu (http://xubuntu.org/) The main goal of this project is simple: Just have an updated Xubuntu 64bit ready to install, with multimedia support, some cosmetic changes and updated bleeding edge software! Note: If you want to try any different language in live mode, you have to select it in settings then log off/on with xubuntu (username) / blank (no password). No need to download hundred megabytes after installation!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    wormwood is a GNU/Linux based operating system designed for mid-grade machines. It is built from a minimal Ubuntu install and uses the XFCE desktop environment. It is a very unique distribution and improves with every release...
    Downloads: 0 This Week
    Last Update:
    See Project