awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to spf13/afero

Projects sharing features with Afero

30 open-source projects similar to spf13/afero, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • thephpleague/flysystemthephpleague avatar

    thephpleague/Flysystem

    13,570View on GitHub↗

    Flysystem is a PHP storage library that provides a filesystem abstraction layer. It enables the management of files across local disks, cloud buckets, and remote servers using a unified interface, decoupling application logic from provider-specific APIs. The project facilitates storage provider migration by allowing developers to swap underlying adapters without changing application code. It includes a multi-backend manager capable of mounting volumes and coordinating file movements between diverse storage systems. The library covers a broad range of file operations, including directory list

    PHP
    View on GitHub↗13,570
  • kahing/goofyskahing avatar

    kahing/goofys

    5,558View on GitHub↗

    Goofys is a POSIX-compliant cloud object storage gateway that presents remote storage buckets as local system directories. It implements a user-space filesystem that maps S3-compliant and Azure Blob storage services to local mount points, allowing remote objects to be accessed through standard file system operations. The project provides specific mounting capabilities for Amazon S3, Azure Blob Storage, and Azure Data Lake accounts. It utilizes a FUSE-based implementation to interface cloud object storage with the operating system kernel. The system includes performance optimizations such as

    Go
    View on GitHub↗5,558
  • homedepot/flophomedepot avatar

    homedepot/flop

    36View on GitHub↗

    Go file operations library chasing GNU APIs.

    Go
    View on GitHub↗36
  • artonge/go-csv-tagartonge avatar

    artonge/go-csv-tag

    131View on GitHub↗

    Read csv file from go using tags

    Go
    View on GitHub↗131

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • rjeczalik/notifyrjeczalik avatar

    rjeczalik/notify

    931View on GitHub↗

    File system event notification library on steroids.

    Go
    View on GitHub↗931
  • hugocarreira/go-decent-copyhugocarreira avatar

    hugocarreira/go-decent-copy

    22View on GitHub↗

    copy files for humans

    Go
    View on GitHub↗22
  • barasher/go-exiftoolbarasher avatar

    barasher/go-exiftool

    294View on GitHub↗

    Golang wrapper for Exiftool : extract as much metadata as possible (EXIF, ...) from files (pictures, pdf, office documents, ...)

    Go
    View on GitHub↗294
  • qmuntal/opcqmuntal avatar

    qmuntal/opc

    80View on GitHub↗

    Go implementation of the Open Packaging Conventions (OPC)

    Go
    View on GitHub↗80
  • codingsince1985/checksumcodingsince1985 avatar

    codingsince1985/checksum

    114View on GitHub↗

    Compute message digest for large files in Go

    Go
    View on GitHub↗114
  • otiai10/copyotiai10 avatar

    otiai10/copy

    771View on GitHub↗

    Go copy directory recursively

    Go
    View on GitHub↗771
  • artonge/go-gtfsartonge avatar

    artonge/go-gtfs

    47View on GitHub↗

    Load GTFS files in golang

    Go
    View on GitHub↗47
  • c2fo/vfsC2FO avatar

    C2FO/vfs

    364View on GitHub↗

    Pluggable, extensible virtual file system for Go

    Go
    View on GitHub↗364
  • laravel-zero/laravel-zerolaravel-zero avatar

    laravel-zero/laravel-zero

    3,962View on GitHub↗

    This project is a micro-framework designed for building standalone command-line applications and terminal utilities using PHP. It provides a structured environment for developing console tools, incorporating a dependency injection container to manage object lifecycles and a service provider system to handle modular application bootstrapping. The framework distinguishes itself by offering built-in capabilities for compiling applications into self-contained, portable executable binaries. It also includes a centralized task scheduling engine that allows developers to define and execute recurring

    PHP
    View on GitHub↗3,962
  • minio/miniominio avatar

    minio/minio

    60,346View on GitHub↗

    MinIO is a software-defined, cloud-native object storage server designed to manage large volumes of unstructured data. It functions as a distributed storage cluster that aggregates multiple independent nodes into a unified, scalable pool, providing a high-performance infrastructure compatible with standard cloud storage protocols and application programming interfaces. The system utilizes a shared-nothing architecture that eliminates central metadata servers, relying instead on a decentralized hash table to map objects across the cluster. Data availability and resilience are maintained throug

    Goamazon-s3cloudcloudnative
    View on GitHub↗60,346
  • mickael-kerjean/filestashmickael-kerjean avatar

    mickael-kerjean/filestash

    13,647View on GitHub↗

    Filestash is a unified storage management platform that provides a web-based interface for browsing, managing, and accessing files across diverse local and cloud storage backends. It functions as a centralized gateway, aggregating services such as S3, SFTP, WebDAV, and FTP into a single, consistent environment for remote filesystem administration and secure document handling. The platform distinguishes itself through a modular, plugin-based architecture that supports custom storage drivers, authentication providers, and authorization logic. It includes built-in capabilities for server-side me

    JavaScriptarchivingazuredms
    View on GitHub↗13,647
  • 1set/gut1set avatar

    1set/gut

    27View on GitHub↗

    🍱 yet another collection of go utilities & tools

    Go
    View on GitHub↗27
  • dixonwille/skywalkerdixonwille avatar

    dixonwille/skywalker

    103View on GitHub↗

    A package to allow one to concurrently go through a filesystem with ease

    Go
    View on GitHub↗103
  • fsnotify/fsnotifyfsnotify avatar

    fsnotify/fsnotify

    10,551View on GitHub↗

    fsnotify is a cross-platform filesystem notification library that provides a programming interface for tracking file and directory changes within Go applications. It utilizes native kernel notification interfaces to detect events such as file creation, deletion, and attribute updates, allowing developers to integrate real-time monitoring into their software. The library distinguishes itself by providing a unified abstraction layer that normalizes disparate kernel APIs into a consistent event stream. It manages high-volume activity through non-blocking event polling and internal memory bufferi

    Go
    View on GitHub↗10,551
  • syncthing/syncthingsyncthing avatar

    syncthing/syncthing

    85,400View on GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central servers. By utilizing content-addressable block indexing and block-level delta synchronization, the system identifies and transfers only the modified segments of files, ensuring efficient data propagation across heterogeneous environments. The project distinguishes itself through a s

    Gogop2ppeer-to-peer
    View on GitHub↗85,400
  • bigfile/bigfileB

    bigfile/bigfile

    0View on GitHub↗
    View on GitHub↗0
  • parsyl/parquetparsyl avatar

    parsyl/parquet

    127View on GitHub↗

    A library for reading and writing parquet files.

    Go
    View on GitHub↗127
  • xis/barakaxis avatar

    xis/baraka

    65View on GitHub↗

    a tool for handling file uploads simple

    Go
    View on GitHub↗65
  • pdfcpu/pdfcpupdfcpu avatar

    pdfcpu/pdfcpu

    8,675View on GitHub↗

    pdfcpu is a Go PDF processing library and command-line interface designed for programmatically manipulating, optimizing, and validating PDF files. It provides a toolkit for document content modification and structural management. The project distinguishes itself as an optimization tool and layout engine, capable of reducing file sizes and improving loading speeds by streamlining internal structures. It also functions as a security manager, providing password-based encryption, decryption, and digital signature verification. Its capability surface includes page management for merging, splittin

    Go
    View on GitHub↗8,675
  • chrislusf/seaweedfschrislusf avatar

    chrislusf/seaweedfs

    26View on GitHub↗

    SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. Enterprise version is at seaweedfs.com.

    Go
    View on GitHub↗26
  • 1set/todotxt1set avatar

    1set/todotxt

    25View on GitHub↗

    Parser for todo.txt files in Go ✅

    Go
    View on GitHub↗25
  • viant/afsviant avatar

    viant/afs

    388View on GitHub↗

    Abstract File Storage

    Go
    View on GitHub↗388
  • filebrowser/filebrowserfilebrowser avatar

    filebrowser/filebrowser

    35,212View on GitHub↗

    File Browser is a self-hosted application that provides a web-based interface for managing files and directories on a server. It functions as a virtual file system abstraction, allowing users to browse, organize, and edit text-based files directly within their browser without requiring local access to the server. The platform distinguishes itself through a comprehensive command-line interface that enables full administrative control over system configurations, user accounts, and automation hooks. It supports a flexible, event-driven architecture where custom shell scripts can be triggered aut

    Gofile-browserfile-managerfile-sharing
    View on GitHub↗35,212
  • treeverse/lakefstreeverse avatar

    treeverse/lakeFS

    5,406View on GitHub↗

    lakeFS is a data lake versioning system that provides Git-like branching and commits for large datasets stored in object storage. It functions as a version control layer, enabling the creation of immutable snapshots, atomic commits, and zero-copy branching to create isolated environments for data experimentation without duplicating physical files. The system serves as an S3-compatible storage gateway and an Iceberg REST catalog, allowing standard cloud storage protocols and compatible clients to manage versioned tables. It acts as a data quality gatekeeper by using an event-driven hook system

    Go
    View on GitHub↗5,406
  • libuv/libuvlibuv avatar

    libuv/libuv

    26,912View on GitHub↗

    libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking, filesystem operations, and system signals. It utilizes a non-blocking event loop to coordinate asynchronous tasks and I/O events across different operating systems. The project features a unified interface for managing TCP, UDP, and DNS resolution, alongside an inter-process communication layer for sharing sockets via named pipes and Unix domain sockets. To prevent blocking the main execution loop, it includes a multi-platform thread pool for offloading computationally expensive

    Casynchronousdeep-ioio
    View on GitHub↗26,912
  • opencontainers/image-specopencontainers avatar

    opencontainers/image-spec

    4,336View on GitHub↗

    The OCI Container Image Specification is a standardized format for container images that ensures interoperability between different build tools and runtimes. It serves as a distribution standard for structuring image blobs and manifests, providing a consistent way to transfer data between registries and clients. The specification employs a content-addressable storage standard that identifies image layers and manifests using cryptographic digests to ensure data integrity. It includes a JSON-based configuration schema for defining execution metadata, such as entrypoints and environment variable

    Gocontainersdockeroci
    View on GitHub↗4,336