Mon, 31 Aug
20 Dark TV Shows About Serial Killers, Investigations, and Mysterious Murders: From Mindhunter to Nordic Noir Movies & TVReviews 31.08.2026 11:45
The World’s Only Bugatti Brouillard for €10 Million: The Story of the 1,600-HP Hypercar Inspired by Ettore Bugatti’s Beloved Horse Cars 31.08.2026 11:13
NASA and SpaceX Launch Nancy Grace Roman Space Telescope: It Will Cover 100 Times More Sky per Shot Than Hubble Space 31.08.2026 11:06
Tint at the Touch of a Button: How Smart Film for Cars Works and Why It’s Not New CarsTechnology 31.08.2026 10:58
Drivebase Combines Google Drive, Dropbox, and OneDrive into a Single ‘Desktop’: Free Open-Source File Manager Software 31.08.2026 10:47
GTA VI Budget Estimated at $1–1.5 Billion: Why Rockstar’s Next Game Could Be the Most Expensive Ever GamesIT Business 31.08.2026 10:42
Crypto Funds Profit From Bitcoin Rally Without Betting on Direction: Basis Trade Yields 9% Annually Crypto 30.08.2026 23:26
Northrop Grumman Secures $7M DARPA Contract for ‘Diamond’ Chips to Increase Power 10x Technology 30.08.2026 23:16
GTA VI Fan Finds Real-Life Prototype of Jason and Lucia’s Apartment: Building Already Demolished, but Rockstar Preserved It in Game Games 30.08.2026 23:01
Lotus Revives Spirit of Esprit: Type 135 Supercar to Get Hybrid V6 and V8, Over 1,000 HP, and 1.5-Ton Weight Cars 30.08.2026 22:53
‘The Amazing Spider-Man 3’ Andrew Garfield Rumors Resurface: Here Is What We Actually Know Movies & TV 30.08.2026 22:41

Drivebase Combines Google Drive, Dropbox, and OneDrive into a Single ‘Desktop’: Free Open-Source File Manager

Max Ivanov · 31.08.2026 10:47 · 4 min read

Developers have introduced Drivebase, an open-source file manager for self-hosting that brings together disparate cloud services and local storage in a single browser. The project is designed as a classic desktop operating system interface with windows and a taskbar, is distributed under the permissive MIT license, and lets you copy data between different clouds in just a few clicks.

Desktop OS Interface and Cross-Cloud File Transfer

Unlike standard web panels, Drivebase’s interface emulates a full-fledged windowed operating system. Users can open multiple independent app windows for FilesProviders, and Settings, freely move them around the screen, resize them, and switch between them via the taskbar.

Key data management features:

  • Direct cross-cloud transfer: open a Google Drive folder in one window and Amazon S3 in another, then simply drag and drop files from one service to the other;
  • Batch operations: mass copy, move, and delete directories;
  • Preflight conflict checks: before copying starts, the system scans the target directory and, if names match, offers a strategy to choose from (overwrite, skip, auto-rename, or manually allow duplicates).

Direct Access Without Forced Sync

The key difference between Drivebase and official clients like Google Drive for Desktop is that the service does not require downloading terabytes of data to your local drive first. The app connects directly to the APIs of linked providers and displays the current directory tree in real time.

According to the Drivebase repository documentation on GitHub, the platform includes advanced network optimizations:

  • Resilience to failures: thanks to resumable uploads, large file uploads are split into chunks and won’t be interrupted even if the browser tab reloads unexpectedly;
  • Real-time updates without delays: operation status is delivered via Server-Sent Events (SSE), avoiding the overhead of frequent server polling;
  • Direct S3 uploads: when working with S3-compatible storage, data goes straight from the user’s browser to the cloud via presigned URLs, bypassing the host running the Drivebase server.

Supported Providers

According to the changelog for version 4.0.0, the service supports a wide range of enterprise and personal storage options:

  • Cloud drives: Google Drive, Dropbox, OneDrive, Box;
  • Object storage: Amazon S3, Cloudflare R2, Backblaze B2, Wasabi, MinIO, Azure Blob Storage;
  • Network and local protocols: SFTP and the server’s local file system (NAS).

Architecture and Tech Stack

Under the hood, the platform uses a modern, high-performance stack: the Bun runtime, a frontend built with React 19, Vite, and TanStack Router, and a backend based on GraphQL Yoga, a PostgreSQL database, a Redis cache, and a BullMQ task queue.

For developers, there’s a typed GraphQL API and a modular IStorageProvider interface that makes it easy to write custom plugins for integrating your own storage.

Deploy in Two Commands

To run a personal server on your own VPS or home PC, just run the automatic installation script, which generates a Docker Compose configuration:

codeBash

curl -fsSL https://drivebase.io/install | bash

Then start the containers:

codeBash

cd drivebase
docker compose up -d

Once started, the web interface is available on your local network at http://localhost:4000.

On the official Drivebase website, the project is positioned as completely free and perpetual for self-hosting. For users who don’t want to set up their own server, the authors offer a managed cloud subscription starting at $9.99 per month.

Unlike the popular command-line tool rclone, Drivebase focuses on visual clarity and ease of file management for users who juggle multiple cloud services daily.

Enjoy VseZavislo?

Add us to your preferred Google sources to see our news more often.

Add us to your Google

Share

Leave a comment