An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with fuse

A curated list of projects in awesome lists tagged with fuse .

https://github.com/seaweedfs/seaweedfs

SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables, designed to handle billions of files with O(1) disk access and effortless horizontal scaling.

blob-storage cloud-drive distributed-file-system distributed-storage distributed-systems erasure-coding fuse hadoop-hdfs hdfs kubernetes object-storage posix replication s3 s3-storage seaweedfs tiered-file-system

Last synced: 15 Jun 2026

https://github.com/s3fs-fuse/s3fs-fuse

FUSE-based file system backed by Amazon S3

aws-s3 cloud-storage filesystem fuse fuse-filesystem s3

Last synced: 21 Oct 2025

https://github.com/winfsp/winfsp

Windows File System Proxy - FUSE for Windows

driver filesystem fuse gplv3 kernel windows windows-kernel

Last synced: 14 May 2025

https://github.com/upspin/upspin

Upspin: A framework for naming everyone's everything.

cryptography fuse golang sharing storage upspin

Last synced: 13 May 2025

https://github.com/astrada/google-drive-ocamlfuse

FUSE filesystem over Google Drive

filesystem fuse google-drive ocaml

Last synced: 13 May 2025

https://github.com/awslabs/mountpoint-s3

A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.

aws filesystem fuse object-storage s3

Last synced: 22 Jan 2026

https://github.com/johang/btfs

A bittorrent filesystem based on FUSE.

bittorrent brew btfs debian filesystem fuse libtorrent linux macos osxfuse ubuntu

Last synced: 14 May 2025

https://github.com/rfjakob/gocryptfs

Encrypted overlay filesystem written in Go

encryption filesystem fuse gcm golang

Last synced: 07 May 2025

https://github.com/jstaf/onedriver

A native Linux filesystem for Microsoft OneDrive

filesystem fuse linux microsoft-onedrive onedrive onedrive-clients

Last synced: 31 Jan 2026

https://github.com/mhx/dwarfs

A fast high compression read-only file system for Linux, Windows and macOS

archiving compression cpp deduplication dwarfs filesystem flac fuse fuse-filesystem linux lrzip lzma macfuse macos squashfs windows winfsp zpaq zstd

Last synced: 02 Apr 2026

https://github.com/hanwen/go-fuse

FUSE bindings for Go

filesystem fuse fuse-libraries libfuse

Last synced: 14 May 2025

https://github.com/0voice/kernel_new_features

一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等

ceph ebpf fuse iouring kvm linux-kernel

Last synced: 15 May 2025

https://github.com/moosefs/moosefs

MooseFS Distributed Storage – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System / Software-Defined Storage

backup block-storage distributed-computing distributed-file-storage distributed-file-system distributed-storage ditributed-systems erasure-coding file-storage file-system filesystem fuse high-availability media posix posix-compliant snapshots software-defined-storage storage tiering

Last synced: 14 May 2025

https://github.com/plexdrive/plexdrive

Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback)

fuse google-drive hacktoberfest plexdrive

Last synced: 12 Jan 2026

https://github.com/lvkv/whenfs

A FUSE filesystem for your Google calendar

fuse rust

Last synced: 14 May 2025

https://github.com/0voice/cpp_backend_awsome_blog

2023年最新整理 c++后端开发,1000篇优秀博文,含内存,网络,架构设计,高性能,数据结构,基础组件,中间件,分布式相关

cpp docker etcd fuse hash kafka kernel redis virtio

Last synced: 13 May 2025

https://github.com/zargony/fuse-rs

Rust library for filesystems in userspace (FUSE)

filesystem fuse rust

Last synced: 12 Dec 2025

https://github.com/distribyted/distribyted

Torrent client with HTTP, fuse, and WebDAV interfaces. Start exploring your torrent files right away, even zip, rar, or 7zip archive contents!

7zip bittorrent btfs distributed distribyted filesystem fuse fuse-filesystem go http linux macos osxfuse p2p rar torrent webdav webdav-server windows zip

Last synced: 15 May 2025

https://github.com/chrisrx/dungeonfs

A FUSE filesystem and dungeon crawling adventure game engine

fuse fuse-filesystem game linux

Last synced: 04 Apr 2025

https://github.com/ChrisRx/dungeonfs

A FUSE filesystem and dungeon crawling adventure game engine

fuse fuse-filesystem game linux

Last synced: 09 Jul 2025

https://github.com/mxmlnkn/ratarmount

Access large archives as a filesystem efficiently, e.g., TAR, RAR, ZIP, GZ, BZ2, XZ, ZSTD archives

bz2 bzip2 compression filesystem fuse gz gzip mergefs mounting overlayfs python random-access rar tar tar-archive unionfs xz zip zstandard zstd

Last synced: 10 Apr 2025

https://github.com/cloudflare/artifact-fs

ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, sandboxes, containers and other use-cases where startup time is critical.

cloudflare filesystem fuse git

Last synced: 06 Jun 2026

https://github.com/kahing/catfs

Cache AnyThing filesystem written in Rust

cache cache-storage filesystem fuse fuse-filesystem rust

Last synced: 14 May 2025

https://github.com/libimobiledevice/ifuse

A fuse filesystem to access the contents of iOS devices

afc c fuse fuse-filesystem ifuse ios mount

Last synced: 14 May 2025

https://github.com/Kron4ek/Conty

Easy to use unprivileged Linux container packed into a single portable executable

archlinux bash bottles containers dwarfs fuse games gaming linux linux-containers linux-gaming lutris playonlinux proton sandbox squashfs steam steamdeck wine wine-staging

Last synced: 11 Apr 2025

https://github.com/relan/exfat

Free exFAT file system implementation

driver exfat filesystem fuse linux sdxc

Last synced: 03 Oct 2025

https://github.com/netheril96/securefs

Filesystem in userspace (FUSE) with transparent authenticated encryption

authentication cloud crypto cryptography encryption filesystem filesystems fuse fuse-filesystem security

Last synced: 21 Oct 2025

https://github.com/rianhunter/dbxfs

User-space file system for Dropbox

dropbox filesystem fuse linux macos openbsd

Last synced: 29 Sep 2025

https://github.com/0voice/kernel_awsome_feature

深入研究 kvm,ceph,fuse特性,包含开源项目,代码案例,文章,视频,架构脑图等

ceph fuse kvm linux-kernel

Last synced: 04 Apr 2025

https://github.com/amoffat/supertag

A tag-based filesystem

filesystem fuse fuse-filesystem tagging tags

Last synced: 06 Apr 2025

https://github.com/containers/fuse-overlayfs

FUSE implementation for overlayfs

containers fuse overlay rootless-containers

Last synced: 14 May 2025

https://github.com/jayjd/huyatv

聚合直播(FUSE),支持虎牙/抖音/快手/哔哩哔哩/斗鱼/YY/网易CC/电视直播,支持手机/平板/电视/车机

douyin douyu fuse huya kuaishou tvlive twitch wangyi yy

Last synced: 04 Mar 2026

https://github.com/winfsp/cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD

cgo cross-platform fuse go golang

Last synced: 18 Oct 2025

https://github.com/ihaveamac/ninfs

FUSE filesystem Python scripts for Nintendo console files

3ds fuse fuse-filesystem fusepy mit nintendo-3ds nintendo-switch python python-3

Last synced: 06 Apr 2025

https://github.com/kobayashi/s3monkey

A Python library that allows you to interact with Amazon S3 Buckets as if they are your local filesystem.

fs fuse mock monkeypatching python s3

Last synced: 07 Apr 2025

https://github.com/serceman/jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)

filesystem fuse java jnr

Last synced: 14 May 2025

https://github.com/ovh/svfs

The Swift Virtual File System

cloud-storage filesystem fuse go golang hubic openstack-swift ovh

Last synced: 14 Mar 2025

https://github.com/carlosgaldino/gotenksfs

A file system on top of your file system

filesystem fuse rust

Last synced: 07 May 2025

https://github.com/Hexilee/tifs

A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.

distributed-file-system distributed-systems filesystem fuse posix-compatible tifs tikv

Last synced: 18 Apr 2025

https://github.com/hexilee/tifs

A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.

distributed-file-system distributed-systems filesystem fuse posix-compatible tifs tikv

Last synced: 05 Apr 2025

https://github.com/sdhand/x11fs

A tool for manipulating X windows

c fuse fuse-filesystem xcb

Last synced: 20 Mar 2025

https://github.com/fuse-open/fuse-studio

Fuse Studio is a visual desktop tool suite for working with the Fuse framework

fuse macos mobile-development typescript uno windows

Last synced: 05 Apr 2025

https://github.com/onweru/compose

A Hugo theme for documentation sites.

algolia-search documentation-theme fuse hugo hugo-theme search

Last synced: 15 May 2025

https://github.com/libfuse/python-fuse

Python 2.x/3.x bindings for libfuse 2.x

filesystem fuse python

Last synced: 14 Apr 2025

https://github.com/darlinghq/darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)

darling dmg dmg-files fuse hfs hfs-filesystem linux

Last synced: 23 Feb 2026

https://github.com/hasse69/rar2fs

FUSE file system for reading RAR archives

dokany freebsd fuse fuse-filesystem gplv3 linux osx solaris windows winfsp

Last synced: 04 Apr 2025

https://github.com/fiddyschmitt/clonezilla-util

Mount Clonezilla images in Windows

clonezilla dokan fuse mount virtual-file-system

Last synced: 07 Mar 2026

https://github.com/miquels/webdavfs

Linux / OSX FUSE webdav filesystem. This filesystem behaves like a real network filesystem- no unnecessary copying of entire files.

fuse go linux mount osx webdav webdav-client

Last synced: 14 Jan 2026

https://github.com/GunshipPenguin/spreadsheetfs

Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage

filesystems fuse google-sheets

Last synced: 03 Apr 2025

https://github.com/nschlia/ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.

aac ffmpeg fuse fuse-filesystem hls mp3 mp4 multimedia video

Last synced: 30 Mar 2025

https://github.com/littlefs-project/littlefs-fuse

A FUSE wrapper that puts the littlefs in user-space

fuse

Last synced: 02 Apr 2026

https://github.com/artagnon/phoenixfs

🔥 a versioning filesystem inspired by git

filesystem fuse git

Last synced: 20 Mar 2025

https://github.com/Firemoon777/tgfs

telegram attachments in FUSE filesystem

filesystem fuse fuse-filesystem telegram

Last synced: 24 Apr 2025

https://github.com/fuse-open/fuse-samples

A collection of smaller examples using the various features of Fuse and FuseJS

examples fuse javascript

Last synced: 07 Apr 2025

https://github.com/jplattel/obsidian-query-language

An Obsidian plugin allowing you to query your notes

fuse obsidian obsidian-md typescript

Last synced: 17 Jul 2025

https://github.com/fuse-open/fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps

app-development framework fuse uno

Last synced: 28 Jan 2026

https://github.com/ajeetdsouza/pifs

The compile-time, data-free filesystem.

cpp fuse

Last synced: 05 Apr 2025

https://github.com/dsrhaslab/lazyfs

LazyFS: A FUSE Filesystem with an internal dedicated page cache, which can be used to simulate data loss on unsynced writes

data-loss-prevention filesystem fuse storage

Last synced: 21 Jan 2026

https://github.com/beam-cloud/airstore

The filesystem for AI agents

ai claude-code context filesystem fuse llm openclaw

Last synced: 08 Apr 2026

https://github.com/catharsis/spotifile

FUSE file system for Spotify

c fuse music spotify

Last synced: 19 Jan 2026

https://github.com/biomedsciai/fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)

ai cmmd collaboration ct deep-learning fuse fuse-med-ml fusemedml hacktoberfest healthcare isic knight-challenge machine-learning medical medical-imaging multimodality python pytorch stoic vision

Last synced: 16 May 2025

https://github.com/svenstaro/memefs

Mount your memes using FUSE

fuse meme useless

Last synced: 15 Apr 2025

https://github.com/ivoronin/archivemounter

Mounts archives like disk images (macOS)

archive fuse macos macosx mount utility zip

Last synced: 14 Jul 2025

https://github.com/BiomedSciAI/fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)

ai cmmd collaboration ct deep-learning fuse fuse-med-ml fusemedml hacktoberfest healthcare isic knight-challenge machine-learning medical medical-imaging multimodality python pytorch stoic vision

Last synced: 08 May 2025

https://github.com/ivoronin/ArchiveMounter

Mounts archives like disk images (macOS)

archive fuse macos macosx mount utility zip

Last synced: 18 Apr 2025

https://github.com/anaskhan96/litfs

A FUSE file system in Go extended with persistent file storage

filesystem fs fuse persistence

Last synced: 10 Apr 2025

https://github.com/rflament/loggedfs

LoggedFS - Filesystem monitoring with Fuse

filesystem filesystem-monitoring fuse loggedfs logging monitoring

Last synced: 05 Apr 2025

https://github.com/vdemeester/docker-volume-ipfs

🐳 This is an open source volume plugin that allows using an ipfs filesystem as a volume.

docker docker-volumes filesystem fuse ipfs volume

Last synced: 30 Mar 2025

https://github.com/bazil/zipfs

Example FUSE filesystem that serves a Zip archive

fuse fuse-filesystem

Last synced: 14 Apr 2025

https://github.com/vr-25/fbind

A versatile Android mounting utility for folders, EXT4 images, LUKS/LUKS2 encrypted volumes, regular partitions and more.

android bind-mount cryptsetup folder foldermount fuse magisk mount sdcard sdcardfs storage

Last synced: 08 Jul 2025

https://github.com/GoodDollar/GoodDAPP

GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.

blockchain crypto cryptocurrency de-fi defi ethereum fuse

Last synced: 15 Apr 2025

https://github.com/mborgerson/fatx

Original Xbox FATX Filesystem Library, Python bindings, FUSE driver, and GUI explorer

fatx filesystem fuse python qt xbox

Last synced: 10 Apr 2025

https://github.com/ubnt-intrepid/polyfuse

A FUSE (Filesystem in Userspace) library for Rust

filesystem fuse rust

Last synced: 02 Apr 2026

https://github.com/0x09/hfsfuse

FUSE driver for HFS+ filesystems

driver fuse fuse-filesystem hfs hfs-filesystems

Last synced: 04 Mar 2026

https://github.com/ithit/userfilesystemsamples

IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager integration.

cloudfiles cloudstorage file-system fileprovider fuse fuse-filesystem offline-files offline-storage onedrive synchronization virtual-drive virtual-file-system

Last synced: 06 Apr 2025

https://github.com/petere/postgresqlfs

FUSE driver to access PostgreSQL databases as a file system

database fuse postgresql

Last synced: 07 Mar 2026

https://github.com/karanchawla/monocular-visual-inertial-odometry

This contains the code(in development) for monocular visual odometry of a quadrotor. The visual data from the monocular camera is fused with onboard IMU to develop indoor control and navigation algorithms.

computer-vision fuse imu odometry opencv visual-odmetry

Last synced: 27 Jul 2025

https://github.com/spencertipping/cd

A better "cd" for bash

bash-hacks encfs fuse shell sshfs

Last synced: 09 Apr 2025

https://github.com/lostatc/acid-store

[UNMAINTAINED] A transactional and deduplicating virtual file system

acid deduplication encryption filesystem fuse rclone redis rust s3 sftp sqlite storage

Last synced: 16 Jul 2025

https://github.com/maastaar/ssfs

Simple & Stupid Filesystem (Using FUSE)

filesystem fuse tutorial-code

Last synced: 11 Apr 2025

https://github.com/oxalica/onedrive-fuse

[not actively maintained] Mount your Microsoft OneDrive storage as FUSE filesystem.

fuse onedrive

Last synced: 07 Apr 2025

https://github.com/fuse-open/uno

Extremely fast, native C#-dialect and powerful tooling for mobile and desktop developers

c-sharp cross-platform fuse programming-language uno

Last synced: 10 Apr 2025