Showing 288 open source projects for "fuse-ext4"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    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
    Linux Kernel

    Linux Kernel

    Linux Kernel source tree

    The Linux Kernel is the core component of the Linux operating system—a free, open-source, monolithic, Unix-like system kernel initiated by Linus Torvalds in 1991 and since evolved into a foundational technology powering everything from servers and supercomputers to smartphones and embedded devices. There are various text files in the Documentation/ subdirectory, several of them using the reStructuredText markup notation. Extensive filesystem compatibility (ext4, Btrfs, FUSE, XFS, etc.) Broad hardware architecture support (x86, ARM, mainframe, embedded, etc.)
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Fuse.js

    Fuse.js

    Lightweight fuzzy-search, in JavaScript

    ...ElasticSearch or Algolia, although both great services, may be overkill for your particular use cases. You can access all options above via Fuse.config. This is useful if you want to override default options for all Fuse instances. Fuse.js supports logical query operators. These operators are used for filtering the data and getting precise results based on the given conditions.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Cloud Storage FUSE

    Cloud Storage FUSE

    A user-space file system for interacting with Google Cloud Storage

    Cloud Storage FUSE is an open-source user-space file system adapter that allows Google Cloud Storage buckets to be mounted and accessed as if they were local file systems on a machine. This approach enables applications to interact with cloud storage using standard file system semantics, eliminating the need to rewrite code to use object storage APIs directly.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Ext4 Unlocker

    Ext4 Unlocker

    Changes permissions of external Ext4 disks.

    This program allows you to set write and ownership permissions on Ext4 FS disks connected to your Linux system via a USB port to allow you to use them as storage. Normally, when you connect an Ext4-formatted disk directly to your system, you won't be able to write to or delete it. This is because Ext4 disks operate on a permission and ownership logic. By changing these settings, this program allows you to use your Ext4 disks as portable storage, just like MS NTFS, FAT32, or exFAT. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    macFuse

    macFuse

    FUSE extends macOS by adding support for user space file systems

    ...Writing a file system using FUSE is orders of magnitude easier and quicker than the traditional approach of writing in-kernel file systems. Since FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Dokany

    Dokany

    User mode file system for Windows

    ...When creating new file systems on Windows, you need to develop a device driver that works in the kernel mode on Windows-- a difficult task without technical Windows Kernel knowledge. Dokany makes it easy. It enables you to create these file systems without device drivers, and is completely free to download. It is similar to FUSE, and also offers compatibility with a FUSE file system.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    Fuse for macOS
    Fuse for macOS is a macOS port of The Free Unix Spectrum Emulator (Fuse) (an emulator of the 1980s home computer and various clones).
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 8
    FUSE filesystem over Google Drive

    FUSE filesystem over Google Drive

    FUSE filesystem over Google Drive

    google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written in OCaml. It lets you mount your Google Drive on Linux. The project is hosted on GitHub, where you can find the latest development version. Project documentation is hosted in the website. There are Ubuntu packages in this PPA. Read-only access to Google Docs, Sheets, and Slides (exported to configurable formats).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Free Unix Spectrum Emulator (Fuse): an emulator of the 1980s home computer and various clones for Unix, Mac OS X and Windows.
    Leader badge
    Downloads: 1,142 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    GCSF

    GCSF

    a FUSE file system based on Google Drive

    ...GCSF requires the stable branch of the Rust programming language, which can be installed following the instructions on rustup.rs. If you already have Rust installed, make sure that it is updated to the latest version (≥1.26). Make sure you have pkg-config and the fuse library installed. These are usually found in the package repositories of major distributions. Rust can be installed via the lang/rust port. You will need to install sysutils/fusefs-libs for the cairo install command to succeed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    wsldl

    wsldl

    Advanced WSL launcher / installer. (Win10 FCU x64/arm64 or later.)

    Advanced WSL launcher/installer. (Win10 FCU x64/arm64 or later.) Requires Windows 10 1709 Fall Creators Update or later(x64/arm64). Windows Subsystem for Linux feature is enabled.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    The Ext2/Ext3/Ext4 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debugging ext2, ext3, and ext4 filesystems.
    Leader badge
    Downloads: 1,563 This Week
    Last Update:
    See Project
  • 13
    s3fs

    s3fs

    FUSE-based file system backed by Amazon S3

    s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI. Large subset of POSIX including reading/writing files, directories, symlinks, mode, uid/gid, and extended attributes. Compatible with Amazon S3, and other S3-based object stores. Allows random writes and appends, large files via multi-part upload, and renames via server-side copy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    distribyted

    distribyted

    Torrent client with HTTP, fuse, and WebDAV interfaces

    Distribyted is an alternative torrent client. It can expose torrent files as a standard FUSE mount or webDAV endpoint and download them on demand, allowing random reads using a fixed amount of disk space. Distribyted supports several ways to expose the files to the user or external applications. Applications that supports WebDAV can access torrent files using this protocol. It is recommended when distribyted is running in a remote machine or using docker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rclone

    Rclone

    Rsync for cloud storage

    Rclone is a command line program for syncing files and directories to and from various cloud storage providers, including Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files and many more.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16
    Borg

    Borg

    Deduplicating archiver with compression and encryption

    BorgBackup or Borg for short is a deduplicating backup program that also supports compression and authenticated encryption. It provides a secure and efficient way to backup data, and is ideal for daily backups and backups to not fully tested targets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Containerization (Apple)

    Containerization (Apple)

    Containerization is a Swift package for running Linux containers

    This repository provides educational material and sample code that demystify how containerization works and how container components fit together in practice. It walks through the responsibilities of an image format, registry, and runtime, and shows how a minimal runtime can assemble an isolated process with the right filesystem view, environment, and entrypoint. The samples highlight security hardening considerations—such as process isolation, filesystem scoping, and least-privilege...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Android File Transfer For Linux

    Android File Transfer For Linux

    Android File Transfer for Linux (and macOS!)

    Android File Transfer for Linux — a reliable MTP client with a minimalistic UI similar to Android File Transfer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    SiYuan

    SiYuan

    Build your eternal digital garden

    SiYuan is a local-first personal knowledge management system that supports complete offline use, as well as end-to-end encrypted synchronization. Fuse blocks, outlines, and bidirectional links to build your eternal digital garden. SiYuan, the only important core concept is Content block. The content block can be formed through the formatting format, so that we can organize our thoughts and knowledge at the block-level granularity, and it is also convenient for reading and outputting long content. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20
    CalamaroOS

    CalamaroOS

    "The speed of a binary distro, the soul of Gentoo."

    ...Official binary packages, source compilation when needed, Flatpak integrated and four desktop environments to choose from. The power of Gentoo, without barriers. Gentoo Stage 3 Systemd Calamares Installer Flatpak EXT4 · BTRFS · XFS · F2FS 64-bit
    Leader badge
    Downloads: 1,181 This Week
    Last Update:
    See Project
  • 21
    SeaweedFS

    SeaweedFS

    Distributed storage system for blobs, objects, files, and data lake

    ...Blob store has O(1) disk seek, local tiering, cloud tiering. Filer supports cross-cluster active-active replication, Kubernetes, POSIX, S3 API, encryption, Erasure Coding for warm storage, FUSE mount, Hadoop, WebDAV. SeaweedFS is an independent Apache-licensed open source project with its ongoing development made possible because of the community. SeaweedFS is a simple and highly scalable distributed file system. There are two objectives, to store billions of files, and to serve the files fast! SeaweedFS started as an Object Store to handle small files efficiently. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    ArkiFuse - Arki's mod of "FUSE" emulator

    Builds of "FUSE" emulator with my own mods

    ...For comprehensive list of features of Fuse emulator, please visit the project site. https://fuse-emulator.sourceforge.net/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    SystemRescue

    SystemRescue

    A Linux system rescue toolkit as a bootable removable device

    ...But it can be installed on the hard disk if you wish. It comes with up to date kernels to provide support for recent hardware and also for all important file systems (ext2/ext3/ext4, xfs, btrfs, ntfs, reiserfs, vfat), as well as network filesystems (samba and nfs).
    Leader badge
    Downloads: 8,384 This Week
    Last Update:
    See Project
  • 24
    Easy2Boot

    Easy2Boot

    Create a multiboot USB drive with UEFI/BIOS, ISO, and LiveCD support

    ...Simply copy your .ISO, .IMG, .VHD files to the USB drive and boot via Legacy or UEFI. With support for partition-image files (.imgPTN) you can switch in different partitions (NTFS, ext4, HFS etc) and run fully automated Windows installs, persistence Linux systems, rescue environments or Mac OS X setups. Used by technicians, repair shops and universities worldwide, Easy2Boot offers maximum flexibility for USB multiboot, system recovery and deployment tasks.
    Downloads: 491 This Week
    Last Update:
    See Project
  • 25
    KokoPlayOS

    KokoPlayOS

    https://github.com/kokoDroid/kokoPlay/blob/main/README.md

    ...It integrates bjnp-cups for access to cannon printers over net. There are some other apps included by default such as: -android-tools -vscode -aria2 -bchunk -bleachbit -fuse-btfs -fuse-devel -fuse3-devel -nmap -util-linux -wireshark -thefuck -yakuake -yt-dlp -kleopatra -keepassxc -alien -rclone -faugus-launcher Lutris is removed in flavor of faugus launcher. It also adds just files to install more currated flatpaks and brews.
    Downloads: 36 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB