Ross ROSS = Recommend OSS · open-source software intelligence for agents

brianvoe/gofakeit

Random fake data generator written in go observed · 2026-08-28

github.com/brianvoe/gofakeit · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 98
  • Release rhythm 32
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 134
  • age_days: 4149
  • days_rel: 298
  • days_push: 13
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

5382 stars · 298 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Gofakeit is a random fake data generator library for Go offering 310+ functions for names, emails, phones, companies, credit cards, and more, with support for seeding, custom functions, templates, and struct auto-filling. The repository also ships a companion command-line tool and an HTTP server for generating fake data outside of Go code.

Use cases

  • generate fake data for go unit tests
  • seed a database with dummy records
  • create random names and emails in golang
  • populate structs with fake values using tags
  • reproducible random data with a fixed seed
  • fake data generator from the command line
  • mock user data for local development

When to choose

  • you write Go and need fake data with zero dependencies
  • you need reproducible output by setting a seed
  • you want to auto-populate structs with fake values
  • you want a CLI or HTTP endpoint that serves random data
  • you need a wide variety of data categories (300+ functions) from one library

When to avoid

  • you need anonymized versions of real production data rather than synthetic values
  • you are not in the Go ecosystem and prefer a native faker library for your language (though the CLI/server partly mitigates this)
  • you need highly locale-specific realistic datasets beyond what the provided functions cover

Facets

library · maturity stable

data-generation testing cli http-server developer-tools testing go cli cross-platform fake-data mock-data test-data faker seed reproducible-randomness struct-filling templates zero-dependencies dummy-data

1 source

Member repositories

RepositoryRoleHealth v2
brianvoe/gofakeitmain75

For agents

markdown · JSON · MCP: product_card(name="brianvoe/gofakeit")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem