SlimGet icon
SlimGet icon

SlimGet

SlimGet is a lightweight implementation of a NuGet and symbol server, powered by ASP.NET Core 2.2, designed to be ran in Docker.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
  • Self-Hosted
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1. Docker icon  Support for Docker
  2.  Nuget
  3.  Dockerized

 Tags

  • nuget-package-source

SlimGet News & Activities

Highlights All activities

Recent activities

No activities found.

SlimGet information

GitHub repository

  •  41 Stars
  •  4 Forks
  •  6 Open Issues
  •   Updated  
View on GitHub
SlimGet was added to AlternativeTo by alexhorner on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is SlimGet?

SlimGet is a lightweight implementation of a NuGet and symbol server, powered by ASP.NET Core 2.2, designed to be ran in Docker. It's the software powering the developer's NuGet feed at nuget.emzi0767.com.

Unlike alternative implementations, SlimGet is designed to host a single, local feed, with no upstream mirrors or similar functionality. It's designed only with .NET packages (and debug symbols) in mind, and is therefore not guaranteed to work with anything else (e.g. COM interop, native libraries, etc.).

The project was born out of need for a NuGet feed for CI artifacts of the developers projects, after the developer's usual go-to provider ceased responding to all their support emails, and broke their builds in the process.

The web interface provides a simple, readonly view of the feed, which allows for browsing and downloading hosted packages, as well as viewing various metadata about them.

Provided are tools, which allow for issuing and revoking API tokens, allowing users to upload packages, as well as manage packages in a limited fashion.

Official Links