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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to otiai10/copy

Open-source alternatives to Copy

30 open-source projects similar to otiai10/copy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Copy alternative.

  • spf13/aferoAvatar von spf13

    spf13/afero

    6,662Auf GitHub ansehen↗

    Afero is a Go library that provides a unified filesystem abstraction, allowing applications to interact with local disk, in-memory storage, cloud services, archives, and remote systems through a single, consistent interface. At its core, it defines a standard interface that all filesystem backends implement, enabling developers to swap storage implementations without changing application code. The library distinguishes itself through its composable architecture, which includes layered filesystem composition for creating cached, sandboxed, or restricted storage views. It offers a copy-on-write

    Go
    Auf GitHub ansehen↗6,662
  • 1set/todotxtAvatar von 1set

    1set/todotxt

    25Auf GitHub ansehen↗

    Parser for todo.txt files in Go ✅

    Go
    Auf GitHub ansehen↗25
  • codingsince1985/checksumAvatar von codingsince1985

    codingsince1985/checksum

    114Auf GitHub ansehen↗

    Compute message digest for large files in Go

    Go
    Auf GitHub ansehen↗114
  • artonge/go-csv-tagAvatar von artonge

    artonge/go-csv-tag

    131Auf GitHub ansehen↗

    Read csv file from go using tags

    Go
    Auf GitHub ansehen↗131
  • artonge/go-gtfsAvatar von artonge

    artonge/go-gtfs

    47Auf GitHub ansehen↗

    Load GTFS files in golang

    Go
    Auf GitHub ansehen↗47
  • barasher/go-exiftoolAvatar von barasher

    barasher/go-exiftool

    294Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗294
  • bigfile/bigfileB

    bigfile/bigfile

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • c2fo/vfsAvatar von C2FO

    C2FO/vfs

    364Auf GitHub ansehen↗

    Pluggable, extensible virtual file system for Go

    Go
    Auf GitHub ansehen↗364
  • 1set/gutAvatar von 1set

    1set/gut

    27Auf GitHub ansehen↗

    🍱 yet another collection of go utilities & tools

    Go
    Auf GitHub ansehen↗27
  • dixonwille/skywalkerAvatar von dixonwille

    dixonwille/skywalker

    103Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗103
  • homedepot/flopAvatar von homedepot

    homedepot/flop

    36Auf GitHub ansehen↗

    Go file operations library chasing GNU APIs.

    Go
    Auf GitHub ansehen↗36
  • hugocarreira/go-decent-copyAvatar von hugocarreira

    hugocarreira/go-decent-copy

    22Auf GitHub ansehen↗

    copy files for humans

    Go
    Auf GitHub ansehen↗22
  • parsyl/parquetAvatar von parsyl

    parsyl/parquet

    127Auf GitHub ansehen↗

    A library for reading and writing parquet files.

    Go
    Auf GitHub ansehen↗127
  • pdfcpu/pdfcpuAvatar von pdfcpu

    pdfcpu/pdfcpu

    8,675Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,675
  • qmuntal/opcAvatar von qmuntal

    qmuntal/opc

    80Auf GitHub ansehen↗

    Go implementation of the Open Packaging Conventions (OPC)

    Go
    Auf GitHub ansehen↗80
  • rjeczalik/notifyAvatar von rjeczalik

    rjeczalik/notify

    931Auf GitHub ansehen↗

    File system event notification library on steroids.

    Go
    Auf GitHub ansehen↗931
  • viant/afsAvatar von viant

    viant/afs

    388Auf GitHub ansehen↗

    Abstract File Storage

    Go
    Auf GitHub ansehen↗388
  • xis/barakaAvatar von xis

    xis/baraka

    65Auf GitHub ansehen↗

    a tool for handling file uploads simple

    Go
    Auf GitHub ansehen↗65
  • microsoft/windows-universal-samplesAvatar von microsoft

    microsoft/Windows-universal-samples

    9,696Auf GitHub ansehen↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    JavaScript
    Auf GitHub ansehen↗9,696
  • dundee/gduAvatar von dundee

    dundee/gdu

    5,325Auf GitHub ansehen↗

    gdu is a command line disk usage analyzer and interactive disk profiler used to scan directories and visualize space consumption across file systems. It functions as a file system management tool that allows for the identification and removal of large files and folders to free up storage. The tool features a cursor-based interface for navigating directory structures and archives. It provides a storage cleanup workflow that enables the deletion of selected items directly from the analysis view, utilizing parallel execution to reduce I/O wait times. The application supports recursive directory

    Goclidisk-usagefilesystem
    Auf GitHub ansehen↗5,325
  • filebrowser/filebrowserAvatar von filebrowser

    filebrowser/filebrowser

    35,212Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗35,212
  • fsnotify/fsnotifyAvatar von fsnotify

    fsnotify/fsnotify

    10,551Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,551
  • gabriel-vasile/mimetypeAvatar von gabriel-vasile

    gabriel-vasile/mimetype

    1,986Auf GitHub ansehen↗

    A Go package for media type and file extension detection, based on magic numbers

    Godetectiongogolang
    Auf GitHub ansehen↗1,986
  • gilbertchen/duplicacyAvatar von gilbertchen

    gilbertchen/duplicacy

    5,656Auf GitHub ansehen↗

    Duplicacy is a cross-platform, deduplicated backup tool that stores encrypted snapshots to local disks and cloud storage services. It operates through both a command-line executable and a web-based graphical interface, enabling backup, restore, and repository management in scripts or through a browser. The software splits files into variable-size chunks identified by their hash, enabling cross-machine deduplication without a central database or chunk index. Each backup creates an immutable snapshot that stores file metadata and chunk references, supporting incremental updates and point-in-tim

    Go
    Auf GitHub ansehen↗5,656
  • h2non/filetypeAvatar von h2non

    h2non/filetype

    2,295Auf GitHub ansehen↗

    Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature

    Gobinarydiscoveryextension
    Auf GitHub ansehen↗2,295
  • 360entsecgroup-skylar/excelize3

    360EntSecGroup-Skylar/excelize

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • spf13/fsyncS

    spf13/fsync

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • icewhaletech/casaosAvatar von IceWhaleTech

    IceWhaleTech/CasaOS

    34,091Auf GitHub ansehen↗

    CasaOS is a lightweight software stack designed to transform standard Linux distributions into a comprehensive personal cloud platform. It functions as a management layer that sits atop the host operating system, providing a unified graphical dashboard to deploy, monitor, and administer containerized applications and local hardware resources. By automating the lifecycle of isolated software services, it enables users to maintain a private and secure digital infrastructure on their own hardware. The platform distinguishes itself through a declarative configuration model that continuously recon

    Gocasaosdockergolang
    Auf GitHub ansehen↗34,091
  • jonchun/pathtypeAvatar von jonchun

    jonchun/pathtype

    13Auf GitHub ansehen↗

    Add a type for paths in Go.

    Go
    Auf GitHub ansehen↗13
  • kdomanski/iso9660Avatar von kdomanski

    kdomanski/iso9660

    285Auf GitHub ansehen↗

    A go library for reading and creating ISO9660 images

    Go
    Auf GitHub ansehen↗285

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search