
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
seedfast-cli_windows_amd64
Advanced tools
AI-powered PostgreSQL database seeding tool
Seedfast CLI generates realistic test data for PostgreSQL databases. It connects to a backend service that uses AI to understand your database schema and create meaningful, contextually appropriate seed data.
# Global installation
npm install -g seedfast
# Or use with npx (no installation required)
npx seedfast seed
brew install argon-it/tap/seedfast
Download the latest release for your platform from the releases page.
Requires Go 1.25+:
git clone <repository-url>
cd cli
go build -o seedfast
seedfast login
Opens your browser for authentication. The CLI waits until you complete the login.
seedfast connect
Enter your PostgreSQL connection string:
postgres://user:password@localhost:5432/dbname?sslmode=disable
seedfast seed
The CLI will:
seedfast login # Authenticate with the backend service
seedfast connect # Configure database connection
seedfast seed # Start the seeding process
seedfast me # Check authentication status (formerly whoami)
seedfast logout # Clear stored credentials
seedfast --version # Show version information
SEEDFAST_DSN - PostgreSQL connection string (overrides stored value)DATABASE_URL - Alternative PostgreSQL connection string (fallback)SEEDFAST_VERBOSE - Enable verbose logging (1 to enable)You can configure the database connection in three ways (in order of priority):
SEEDFAST_DSNDATABASE_URLseedfast connect command (saved in OS keychain)# Check current auth status
seedfast me
# Re-authenticate
seedfast logout
seedfast login
# Reconfigure connection
seedfast connect
# Or set via environment variable
export SEEDFAST_DSN="postgres://user:password@localhost:5432/dbname?sslmode=disable"
export SEEDFAST_VERBOSE=1
seedfast seed
For local development and testing with custom backends, see DEVELOPMENT.md.
Quick summary:
go build -tags dev): Support --backend-url and --grpc-url flags for local testingapp schemaNote: Linux systems don't support keychain storage. Use environment variables for credentials.
This is a private repository. For contributions, please contact the maintainers.
See LICENSE file for details.
FAQs
AI-powered PostgreSQL database seeding tool
The npm package seedfast-cli_windows_amd64 receives a total of 0 weekly downloads. As such, seedfast-cli_windows_amd64 popularity was classified as not popular.
We found that seedfast-cli_windows_amd64 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.