awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to google/uuid

Open-source alternatives to Uuid

27 open-source projects similar to google/uuid, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Uuid alternative.

  • satori/go.uuidsatori avatar

    satori/go.uuid

    4,899View on GitHub↗

    This is a Go library for generating and parsing universally unique identifiers. It provides a programmatic way to produce distinct identifiers and validate them according to the RFC 4122 industry standard. The project focuses on ensuring data uniqueness across distributed systems and databases. It includes tools for creating identifiers that follow recognized specifications and converting these identifiers between string representations and structured objects. The library covers capabilities for data validation, parsing, and distributed data indexing. It also provides utilities for applicati

    Gogouuid
    View on GitHub↗4,899
  • uuidjs/uuiduuidjs avatar

    uuidjs/uuid

    15,302View on GitHub↗

    This project is a UUID generation library providing a standards-compliant implementation of RFC 4122. It serves as a tool for creating and validating universally unique identifiers across multiple versions to ensure global uniqueness and prevent data collisions. The library supports several generation methods, including random-based entropy, timestamp sequencing, and namespace-based hashing. It also includes utilities for identifier validation, parsing, and converting identifiers between hexadecimal string representations and binary byte arrays. A command line utility is included for the man

    TypeScript
    View on GitHub↗15,302
  • ramsey/uuidramsey avatar

    ramsey/uuid

    12,620View on GitHub↗

    This PHP library provides tools for generating and validating universally unique identifiers according to RFC 4122 standards. It implements a generation tool for creating version 1, 3, 4, and 5 identifiers, as well as sequential and Nil UUIDs. The library features specialized capabilities for transforming identifiers between hexadecimal strings, binary bytes, integers, and date objects. It supports the generation of sequential identifiers to improve database indexing and storage performance, as well as deterministic name-based identifiers using MD5 or SHA-1 hashing. The project includes a va

    PHPguididentifiersphp
    View on GitHub↗12,620

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
  • segmentio/ksuidsegmentio avatar

    segmentio/ksuid

    5,260View on GitHub↗

    ksuid is a Go implementation of k-sortable unique identifiers. It provides a system for generating globally unique identifiers that maintain a natural chronological order based on their generation timestamp. The project enables the creation of unique keys across distributed systems without a central coordinator. These identifiers are designed for use as database primary keys to maintain index performance and insert efficiency. The library includes capabilities for identifier serialization and parsing, allowing conversion between binary, text, and SQL formats. It also provides command-line to

    Gocoordinationgogolang
    View on GitHub↗5,260
  • oklog/ulidoklog avatar

    oklog/ulid

    5,040View on GitHub↗

    This project is an implementation of the ULID standard in the Go programming language. It provides tools for generating universally unique, lexicographically sortable identifiers that combine millisecond timestamps with random data. The library ensures that identifiers maintain chronological order through alphabetical sorting. It includes a monotonic generator to guarantee that multiple identifiers created within the same millisecond are produced in a strictly increasing sequence. The project covers unique identifier generation and database primary key optimization. It also provides a comman

    Go
    View on GitHub↗5,040
  • gofrs/uuidgofrs avatar

    gofrs/uuid

    1,811View on GitHub↗

    A UUID package for Go

    Goforked-repogouuid
    View on GitHub↗1,811
  • any86/any-ruleany86 avatar

    any86/any-rule

    8,662View on GitHub↗

    Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U

    TypeScriptawsomeexpressregex
    View on GitHub↗8,662
  • dubzzz/fast-checkdubzzz avatar

    dubzzz/fast-check

    4,778View on GitHub↗

    fast-check is a property-based testing framework and random data generator designed to verify software invariants by producing a wide range of randomized input data. It functions as a test data fuzzer that executes predicates against high volumes of random inputs to uncover edge cases and critical bugs. The project is distinguished by its ability to perform input-shrinking searches, which reduce complex failing inputs to their simplest form to isolate the exact cause of failure. It provides deterministic seed replay to exactly reproduce specific test failures and includes a concurrency testin

    TypeScriptfakerfuzzinggenerative-testing
    View on GitHub↗4,778
  • numbersprotocol/nitnumbersprotocol avatar

    numbersprotocol/nit

    4,138View on GitHub↗

    nit is a blockchain asset provenance platform and decentralized asset registry. It establishes a verifiable chain of custody for digital media by assigning cryptographically unique identifiers to files and recording their origin, ownership, and modification history on a ledger. The project distinguishes itself by integrating IPFS for decentralized storage and a content versioning system that tracks asset evolution through immutable commits. It includes specialized tooling for generative AI provenance tracking, allowing the recording of creators and tools used in synthetic media to maintain a

    TypeScripterc-7053nit
    View on GitHub↗4,138
  • yuaotian/go-cursor-helpyuaotian avatar

    yuaotian/go-cursor-help

    26,342View on GitHub↗

    go-cursor-help is a machine ID resetter and trial limit bypass tool designed for the Cursor AI editor. It functions as a device identifier generator that modifies configuration files and system registries to regenerate unique hardware identifiers. The utility enables the reset of trial usage restrictions and the recovery of access for accounts flagged for suspicious activity. It achieves this by replacing existing machine identifiers with new, pseudo-random strings to simulate a fresh installation environment. The tool includes a configuration backup utility that archives original system ide

    Shellcursorerror
    View on GitHub↗26,342
  • agext/uuidA

    agext/uuid

    0View on GitHub↗
    View on GitHub↗0
  • qichengzx/seqsvrQ

    qichengzx/seqsvr

    0View on GitHub↗
    View on GitHub↗0
  • rs/xidrs avatar

    rs/xid

    4,277View on GitHub↗

    xid is a distributed unique identifier library designed to generate compact, globally unique, and k-sortable identifiers. It functions as a stateless generator that creates identifiers without requiring a central coordinator or network synchronization between instances. The project converts binary identifiers into human-readable, case-insensitive Base32 strings, making the output suitable for use in URLs and web applications. It ensures uniqueness across different processes and hosts by combining high-resolution timestamps with machine identifiers. These identifiers are designed for use as d

    Go
    View on GitHub↗4,277
  • sony/sonyflakesony avatar

    sony/sonyflake

    4,382View on GitHub↗

    Sonyflake is a distributed unique ID library that creates collision-free, chronologically ordered identifiers across multiple machines. It functions as a time-based generator that encodes timestamps into IDs, ensuring that identifiers are monotonically sorted. The system operates without a central coordinating authority, producing unique IDs across distributed nodes without requiring shared state communication or central locks. It prevents collisions between different nodes by incorporating host-aware machine identifiers, which are resolved using private network addresses or cloud instance me

    Gogolangid-generator
    View on GitHub↗4,382
  • twharmon/gouidT

    twharmon/gouid

    0View on GitHub↗
    View on GitHub↗0
  • muyo/snoM

    muyo/sno

    0View on GitHub↗
    View on GitHub↗0
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    View on GitHub↗26,821
  • aidarkhanov/nanoidA

    aidarkhanov/nanoid

    0View on GitHub↗
    View on GitHub↗0
  • bwmarrin/snowflakebwmarrin avatar

    bwmarrin/snowflake

    3,333View on GitHub↗

    A simple to use Go (golang) package to generate or parse Twitter snowflake IDs

    Gogogolangsnowflake
    View on GitHub↗3,333
  • edwingeng/wuidE

    edwingeng/wuid

    0View on GitHub↗
    View on GitHub↗0
  • jaevor/go-nanoidJ

    jaevor/go-nanoid

    0View on GitHub↗
    View on GitHub↗0
  • jakehl/goidJ

    jakehl/goid

    0View on GitHub↗
    View on GitHub↗0
  • lukeed/hexoidlukeed avatar

    lukeed/hexoid

    204View on GitHub↗

    Hexadecimal object IDs. Available for Node.js and the browser._ Generate randomized output strings of fixed length using lowercased hexadecimal pairs.

    JavaScript
    View on GitHub↗204
  • lukeed/uidlukeed avatar

    lukeed/uid

    666View on GitHub↗

    Fast object IDs. Available for Node.js and the browser. Generate randomized output strings of fixed length using lowercase alphanumeric characters (a-z0-9). To produce IDs in UUID.V4 format, please see @lukeed/uuid.

    JavaScript
    View on GitHub↗666
  • lukeed/uuidlukeed avatar

    lukeed/uuid

    411View on GitHub↗

    This module offers two modes for your needs:

    JavaScript
    View on GitHub↗411
  • proxymanapp/proxymanProxymanApp avatar

    ProxymanApp/Proxyman

    6,858View on GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    debugging-tooliosmacos
    View on GitHub↗6,858
  • varnishcache/varnish-cachevarnishcache avatar

    varnishcache/varnish-cache

    4,050View on GitHub↗

    Varnish Cache is an HTTP reverse proxy cache, traffic manager, and edge content delivery tool. It functions as an HTTP accelerator that stores responses in memory to reduce backend load and improve delivery speed. The system also serves as a TLS termination proxy and a configuration engine using a compiled language to define request handling and caching logic. The project is distinguished by its compiled configuration language, which transforms specialized domain logic into machine code to execute request processing at line rate. It provides high-performance memory-centric storage and special

    Ccachinghigh-performancehttp
    View on GitHub↗4,050