BaGetter is a lightweight NuGet and symbol server, written in C#. It's forked from BaGet for progressive and community driven development.
With Docker:
docker run -p 5000:8080 -v ./bagetter-data:/data bagetter/bagetter:latest
- Browse
http://localhost:5000/
in your browser
With .NET:
- Install the .NET SDK
- Download and extract BaGetter's latest release
- Start the service with
dotnet BaGetter.dll
- Browse
http://localhost:5000/
in your browser
For more information, please refer to the documentation.
- Cross-platform: runs on Windows, macOS, and Linux!
- Cloud native: supports Docker, [Azure], [AWS], [Google Cloud], [Alibaba Cloud]
- Offline support: [Mirror a NuGet server] to speed up builds and enable offline downloads
We welcome contributions! Check out the Contributing Guide to get started.
This project is licensed under the MIT License.
If you have questions, feel free to open an issue or join our Discord Server for discussions.