NuGet Trends [](https://twitter.com/intent/follow?screen_name=NuGetTrends)
February 14, 2026 ยท View on GitHub
NuGet Trends 
Summary
NuGet Trends holds historical data of NuGet packages download numbers. It's a useful tool for package maintainers to see the download rate of their packages and also for people interested in packages popularity over time. The database has the complete nuget.org catalog which include target framework information. That means that there's a lot more features we can add, like TFM adoption overtime, dependency graphs etc.
Running Locally
The project uses .NET Aspire for local development. Start everything with:
dotnet run --project src/NuGetTrends.AppHost
This starts PostgreSQL, RabbitMQ, ClickHouse, the Angular SPA, Web API, and Scheduler - all with a single command.
The Aspire Dashboard URL is shown in the terminal output, providing a view of all services, logs, and traces.
See CONTRIBUTING.md for detailed setup instructions.
Docker
Images published at: https://hub.docker.com/u/nugettrends
Contributing
Please refer to CONTRIBUTING.md.
Links
- Project announcement on Reddit.
- .NET Docs Show
Sponsors
NuGet Trends is proudly hosted by Sentry. They cover all infrastructure costs including servers, database, and provide their application monitoring platform for free. Thank you, Sentry, for supporting open source!