Showing 105 open source projects for "file-studio"

View related 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    SerenityOS

    SerenityOS

    The Serenity Operating System

    SerenityOS is an open source Unix-like operating system project with its own custom kernel, graphical user interface, system libraries, and userland tools. It combines a nostalgic “90s UI aesthetic” with modern system capabilities: a preemptive, multi-threaded kernel, own browsers, network stack, file systems, IPC, security features, and a suite of graphical / developer applications. The project is both a hobbyist OS and a polished engineering sandbox.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 2
    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.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    WANIX

    WANIX

    A virtual environment kit for the local-first web

    ...The project walks through kernel development starting from bootloading, memory management, system calls, and eventually to user programs. With support for x86_64 and simple tools like a shell and basic file I/O, wanix serves as both a learning platform and a launching point for more advanced kernel features.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    Windows 95 in Electron

    Windows 95 in Electron

    Windows 95 in Electron. Runs on macOS, Linux, and Windows

    ...It essentially wraps an emulator — preconfigured to boot Windows 95 — inside a user-friendly app built with web technologies so developers and hobbyists can explore the look and feel of that classic OS without needing legacy hardware or complicated setup. Users can interact with familiar UI elements like the Start menu, File Explorer, and retro applications in a sandboxed environment that evokes early personal computing. Beyond being a playful trip down memory lane, the project demonstrates how emulation can be packaged using modern frameworks & how legacy operating systems can be encapsulated as distributable desktop experiences. It’s become an example of how software preservation and creative programming can intersect, inspiring others to bring historic systems to life.
    Downloads: 106 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder.

    Vanilla OS Live ISO provides the official live environment and installer for Vanilla OS, a Linux distribution that blends immutability, security, and user-friendliness. Built on Ubuntu with an immutable root file system, Vanilla OS uses ABRoot and Distrobox to offer transactional updates and containerized app environments. The live ISO project enables users to boot and test the OS without installation, and includes the Calamares installer to simplify the setup process. It ensures users can preview the experience, hardware compatibility, and performance before committing.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 6
    File Arbor

    File Arbor

    Automatic file organizer for macOS and Windows.

    File Arbor is an automatic file organizer for macOS and Windows. Set up rules once and let File Arbor sort your downloads, documents, and desktop files into organized folders automatically. KEY FEATURES - Rule-based file organization: extension, name patterns, regex, file size, creation/modified date - Quick presets for common file types: Images, Documents, Videos, Music, Archives - Real-time auto mode: files are sorted the moment they appear - Multi-folder watching: monitor Downloads, Desktop, Documents, and custom locations simultaneously - Cross-platform: runs on both macOS and Windows with a unified rule system - 100% offline: no cloud, no tracking, no telemetry — files never leave your computer - Modern, clean interface designed for ease of use PLATFORM SUPPORT - macOS 10.15 Catalina or later (Universal binary — Intel and Apple Silicon) - Windows 10 and Windows 11 - Windows build is signed
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Glow OS

    Glow OS

    System Analysis Software

    Glow is an educational, hobbyist operating system written in C and Assembly, developed to help learners understand the internals of OS design and kernel development. Targeting x86_64 systems, Glow features its own kernel, bootloader, and minimal userland. With clear code structure and a simple design, it serves as a playground for experimenting with low-level systems programming, boot sequences, interrupt handling, and basic UI components like shells and text rendering.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    StartOS

    StartOS

    Linux server OS optimized for self-hosting

    ...Designed to run on personal servers, it provides a privacy-first interface for installing, managing, and running decentralized applications without needing technical expertise. StartOS includes services like Bitcoin nodes, messaging platforms, file hosting, and password managers, all running locally and without third-party control. With a user-friendly UI and strong emphasis on encryption and self-ownership, StartOS offers a holistic alternative to Big Tech infrastructure.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9
    Pony OS

    Pony OS

    My Little Unix: Kernels are Magic

    ponyos is a lightweight, UNIX-like operating system developed as a personal hobby project by the creator of ToaruOS. It features a monolithic kernel written in C and aims for a POSIX-compliant environment with a built-from-scratch userland. ponyos includes a graphical interface, dynamic linker, shared libraries, and a package manager. It’s designed for fun, experimentation, and as a platform to learn and play with operating system internals, with surprisingly advanced features given its...
    Downloads: 15 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Emacs Prelude

    Emacs Prelude

    Enhanced Emacs 25.1+ distribution

    ...Prelude bundles a bunch of smaller packages and makes many more packages available via optional modules. Basic support for many programming languages will be auto-installed when needed (e.g. the first time you open a source file for some language). Prelude aims to enhance the classic Emacs experience without deviating a lot from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pearl MATE Studio 12

    Pearl MATE Studio 12

    OSX Styled Powerful Audio Workstation

    Pearl MATE Studio 12 is running on the Ubuntu 24.04 base with no snap support. This release does however support flatpak and the text to speech on Pearl is managed with Pied for downloading and selecting natural voice models which through keyboard shortcut, <Alt>+s, which will playback highlighted. This release of Pearl MATE Studio is alot lighter on the pre installed software so the user may choose what they want by installing through our software manager, Gdebi, or Synaptic which are pre-installed. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Aura Operating System

    Aura Operating System

    AuraOS, the Franco-English Operating System developed in C#

    Aura Operating System is a GUI-based, object-oriented operating system written in C#. It is designed to showcase how high-level languages like C# can be used to create low-level systems such as kernels, user interfaces, and file systems. Aura features a colorful, windowed graphical desktop environment with built-in applications, all running on a custom kernel built from scratch. It is not based on Linux or Windows, but rather developed as an independent system with its own structure and drivers.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 14
    Ufficio Zero Linux OS

    Ufficio Zero Linux OS

    Linux Desktop OS for professionals

    Ufficio Zero Linux OS is a desktop operating system offered in many versions based on PCLinuxOS, Linux Mint and Devuan. We also have created Duplica, a Bare Metal Restore Solution. This distro has many packages for professional use. The project is managed by the Italian company SIITE SRLS and promoted by the Italian Association Boost Media APS. Ufficio Zero Linux OS is trademarked through the Linux Mark Institute. All rights reserved. Linux® is the registered trademark of Linus...
    Leader badge
    Downloads: 51,443 This Week
    Last Update:
    See Project
  • 15
    EasyNAS

    EasyNAS

    Making Storage Easy

    ...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: 78 This Week
    Last Update:
    See Project
  • 16
    LxPup - Puppy Linux + LXDE

    LxPup - Puppy Linux + LXDE

    Puppy Linux with the LXDE desktop environment

    LxPup is a version of Puppy Linux using the LXDE desktop environment and is an updated “descendent” of loukitchou’s LxPup13.01. LxPup offers the Openbox window manager, LxPanel panel manager and PCManFM file manager. There are various "flavours" of LxPup some built as derivatives of official Puppy Linux builds (based on Slackware and Ubuntu components) and one a new woof-ce build (Slackware based). The various flavours offer different kernels and access to the software repositories of the base system. LxPup combines all the significant advantages of Puppy Linux - small iso size, extensive hardware support, wide range of applications built-in, live cd and frugal installs, friendly supportive user forum etc etc, with the lightweight but modern LXDE desktop environment. ...
    Leader badge
    Downloads: 1,231 This Week
    Last Update:
    See Project
  • 17
    KB1OIQ - Andy's Ham Radio Linux

    KB1OIQ - Andy's Ham Radio Linux

    Install ham radio software on Debian Live, RPi OS, or Ubuntu Linux

    Latest Version: - Version 26e: November 2025 Version 26 ======== Version 26 can be installed on top of Debian Live, Raspberry Pi OS, or any supported flavor of Ubuntu Linux. The supported Linux flavors are listed in the GETTING_STARTED document. An installation script does all of the work. Please download and READ the installation instructions: https://sourceforge.net/projects/kb1oiq-andysham/files/v26e/GETTING_STARTED Watch a video of Andy (KB1OIQ) as he talks about...
    Leader badge
    Downloads: 593 This Week
    Last Update:
    See Project
  • 18
    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. ...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 19

    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.
    Downloads: 130 This Week
    Last Update:
    See Project
  • 20
    B OS

    B OS

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

    ...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. ...
    Downloads: 125 This Week
    Last Update:
    See Project
  • 21
    BJH OS

    BJH OS

    An Operating System Created In Html CSS And JS By Muhammad Haris.

    💻 BJH OS Assalam O Alaikum! 👋 I’m Muhammad Haris, Developer of BJH OS 🌐💡 — a web-based OS built with pure HTML, CSS & JS. Enjoy draggable windows, built-in apps, a web terminal, Flash Browser, AI assistant, and persistent data via localStorage. 🚀 Highlights Custom desktop environment & smoother UI Modular architecture Built-in apps & BJH OS Apps Market Remote alerts & updates Secure login & developer tools 🛒 BJH OS Apps Market Features Browse apps/games App details: icon,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    LajtLinux
    ...Images include a custom, open-source graphical installer and are mainly built for personal use. If someone happens to use them — I’ll be very happy 🙂 Full description can be found in the README.txt file or at: https://sourceforge.net/projects/lajtlinux/files/
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    XXRI-OS-LITE
    🌿 XXRI OS Lite – Lightweight, Fast, and Minimal XXRI OS Lite is the most lightweight edition of the xxri OS series, designed for low-spec machines, older hardware, or users who prefer a clean and ultra-efficient system. it includes only essential components to deliver speed, simplicity, and stability — without unnecessary bloat. ⚡ Key Features: • Super lightweight ISO (263MB) • Fast boot and low memory footprint • Clean, minimal user interface • Pre-installed basic tools: file manager, text editor, terminal, and more • Perfect for reviving old PCs or running in lightweight virtual environments 🖥️ Minimum System Requirements: • CPU: Intel Pentium II / AMD K6-2 or newer (32-bit) • RAM: 256 MB minimum • Storage: 400 MB free disk space Website: xxri.rf.gd Maintained by: xxri OS Team
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Ante-Millennium OS

    Ante-Millennium OS

    Ante-Millennium is an operating system built from scratch in C

    This is an official repository. Developed from scratch by Alberto Sanfelice (511break). To run this operating system type: qemu-system-i386 -kernel Ante-M.bin -drive file=disk.img,format=raw,index=0,media=disk -m 512M -device ac97
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    - Live Raizo is a linux distribution based on Debian 13 (Trixie) to experiment the system administration on simulated networks and real devices. - GNS3 is the gui used to manipulate the simulators/emulators of networks and systems like QEmu, Docker, Dynamips. - With this GNS3, you can clone as many times as you want the templates of virtual linux machines named "Debian" and "DDebian" that contain many network tools and services. - The prompt and the output of several linux commands are...
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB