CommunityToolkit.Aspire.Hosting.Ollama 13.0.0

Prefix Reserved
dotnet add package CommunityToolkit.Aspire.Hosting.Ollama --version 13.0.0
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Ollama -Version 13.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Ollama" Version="13.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Ollama" Version="13.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Ollama" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommunityToolkit.Aspire.Hosting.Ollama --version 13.0.0
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.Ollama, 13.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CommunityToolkit.Aspire.Hosting.Ollama@13.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Ollama&version=13.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Ollama&version=13.0.0
                    
Install as a Cake Tool

CommunityToolkit.Aspire.Hosting.Ollama library

Provides extension methods and resource definitions for the .NET Aspire AppHost to support running Ollama containers with support for downloading a model on startup.

It also provides support for running Open WebUI to interact with the Ollama container.

Getting Started

Install the package

In your AppHost project, install the package using the following command:

dotnet add package CommunityToolkit.Aspire.Hosting.Ollama

Example usage

Then, in the Program.cs file of AppHost, define an Ollama resource, then call AddOllama:

var ollama = builder.AddOllama("ollama")
    .WithModel("phi3")
    .WithOpenWebUI();

Additional Information

https://learn.microsoft.com/dotnet/aspire/community-toolkit/ollama

Feedback & contributing

https://github.com/CommunityToolkit/Aspire

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CommunityToolkit.Aspire.Hosting.Ollama:

Package Downloads
CrestApps.Aspire.AppHost

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on CommunityToolkit.Aspire.Hosting.Ollama:

Repository Stars
dotnet/eShop
A reference .NET application implementing an eCommerce site
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
davidfowl/aspire-ai-chat-demo
Aspire AI Chat is a full-stack chat sample that combines modern technologies to deliver a ChatGPT-like experience.
Version Downloads Last Updated
13.0.0 331 11/25/2025
13.0.0-beta.462 75 11/25/2025
13.0.0-beta.456 115 11/23/2025
13.0.0-beta.454 81 11/23/2025
13.0.0-beta.453 102 11/22/2025
13.0.0-beta.450 104 11/22/2025
13.0.0-beta.448 101 11/22/2025
13.0.0-beta.444 697 11/17/2025
13.0.0-beta.443 253 11/17/2025
13.0.0-beta.440 103 11/15/2025
13.0.0-beta.439 1,734 11/12/2025
13.0.0-beta.438 223 11/12/2025
13.0.0-beta.436 222 11/12/2025
13.0.0-beta.435 224 11/11/2025
13.0.0-beta.433 142 11/10/2025
13.0.0-beta.432 150 11/10/2025
13.0.0-beta.431 141 11/6/2025
13.0.0-beta.430 133 11/6/2025
9.9.0 2,752 11/3/2025
9.9.0-beta.427 144 11/3/2025
9.8.1-beta.426 137 11/3/2025
9.8.1-beta.424 163 10/28/2025
9.8.1-beta.420 129 10/27/2025
9.8.1-beta.419 128 10/27/2025
9.8.1-beta.417 125 10/27/2025
9.8.1-beta.414 136 10/24/2025
9.8.1-beta.413 757 10/22/2025
9.8.1-beta.410 144 10/16/2025
9.8.1-beta.408 112 10/16/2025
9.8.1-beta.407 113 10/16/2025
9.8.1-beta.406 125 10/15/2025
9.8.0 6,702 9/26/2025
9.8.0-beta.405 209 10/15/2025
9.8.0-beta.404 206 10/13/2025
9.8.0-beta.402 215 9/29/2025
9.8.0-beta.401 207 9/29/2025
9.8.0-beta.399 209 9/26/2025
9.8.0-beta.398 218 9/25/2025
9.8.0-beta.397 210 9/25/2025
9.8.0-beta.395 2,580 9/24/2025
9.8.0-beta.394 135 9/23/2025
9.8.0-beta.393 130 9/23/2025
9.8.0-beta.392 132 9/23/2025
9.8.0-beta.389 347 9/18/2025
9.8.0-beta.388 269 9/16/2025
9.8.0-beta.386 218 9/15/2025
9.8.0-beta.385 210 9/15/2025
9.8.0-beta.384 57 9/13/2025
9.8.0-beta.376 239 9/8/2025
9.8.0-beta.375 71 9/6/2025
9.8.0-beta.373 150 9/5/2025
9.8.0-beta.372 156 9/4/2025
9.8.0-beta.370 138 9/2/2025
9.8.0-beta.364 333 9/1/2025
9.7.2 3,961 8/29/2025
9.7.2-beta.362 169 8/29/2025
9.7.2-beta.361 175 8/29/2025
9.7.2-beta.360 174 8/29/2025
9.7.2-beta.359 173 8/28/2025
9.7.2-beta.358 170 8/28/2025
9.7.2-beta.357 179 8/28/2025
9.7.1 646 8/27/2025
9.7.1-beta.355 168 8/27/2025
9.7.1-beta.354 177 8/27/2025
9.7.1-beta.353 174 8/27/2025
9.7.1-beta.352 173 8/27/2025
9.7.1-beta.351 177 8/27/2025
9.7.1-beta.348 189 8/14/2025
9.7.1-beta.344 90 8/10/2025
9.7.1-beta.343 207 8/8/2025
9.7.1-beta.342 214 8/7/2025
9.7.1-beta.341 214 8/6/2025
9.7.1-beta.340 207 8/5/2025
9.7.1-beta.339 191 8/5/2025
9.7.0 4,229 8/1/2025
9.7.0-beta.337 97 8/1/2025
9.7.0-beta.336 102 8/1/2025
9.7.0-beta.335 101 8/1/2025
9.7.0-beta.333 103 7/30/2025
9.6.1-beta.332 105 7/30/2025
9.6.1-beta.331 106 7/30/2025
9.6.1-beta.330 106 7/30/2025
9.6.1-beta.329 105 7/30/2025
9.6.1-beta.328 119 7/29/2025
9.6.1-beta.327 133 7/28/2025
9.6.1-beta.326 121 7/28/2025
9.6.0 2,654 7/10/2025
9.6.0-beta.324 135 7/10/2025
9.5.1-beta.323 127 7/10/2025
9.5.1-beta.322 125 7/10/2025
9.5.1-beta.321 134 7/10/2025
9.5.1-beta.320 149 7/9/2025
9.5.1-beta.319 150 7/8/2025
9.5.1-beta.318 161 7/2/2025
9.5.1-beta.317 151 6/30/2025
9.5.1-beta.315 165 6/26/2025
9.5.1-beta.314 185 6/23/2025
9.5.1-beta.313 138 6/20/2025
9.5.1-beta.312 130 6/20/2025
9.5.1-beta.311 157 6/18/2025
9.5.1-beta.310 157 6/17/2025
9.5.1-beta.309 131 6/17/2025
9.5.1-beta.308 133 6/17/2025
9.5.1-beta.307 173 6/16/2025
9.5.1-beta.306 329 6/11/2025
9.5.1-beta.305 163 6/7/2025
9.5.1-beta.304 165 6/6/2025
9.5.1-beta.303 182 6/4/2025
9.5.1-beta.302 133 6/4/2025
9.5.1-beta.301 172 6/2/2025
9.5.1-beta.300 533 5/28/2025
9.5.0 6,660 5/27/2025
9.5.0-beta.299 159 5/27/2025
9.5.0-beta.298 164 5/26/2025
9.5.0-beta.297 121 5/24/2025
9.5.0-beta.296 106 5/24/2025
9.5.0-beta.295 88 5/24/2025
9.4.1-beta.291 3,153 5/19/2025
9.4.1-beta.289 18,047 5/16/2025
9.4.1-beta.288 243 5/16/2025
9.4.1-beta.287 233 5/16/2025
9.4.1-beta.286 227 5/16/2025
9.4.1-beta.285 254 5/14/2025
9.4.1-beta.284 251 5/13/2025
9.4.1-beta.283 257 5/12/2025
9.4.1-beta.282 217 5/7/2025
9.4.1-beta.280 204 5/2/2025
9.4.1-beta.279 161 5/2/2025
9.4.1-beta.277 691 4/23/2025
9.4.1-beta.276 178 4/23/2025
9.4.1-beta.275 177 4/23/2025
9.4.1-beta.274 178 4/23/2025
9.4.1-beta.273 169 4/23/2025
9.4.1-beta.272 155 4/23/2025
9.4.1-beta.271 166 4/23/2025
9.4.1-beta.270 212 4/20/2025
9.4.0 6,712 4/20/2025
9.4.0-beta.269 180 4/20/2025
9.4.0-beta.268 173 4/20/2025
9.3.1-beta.267 362 4/20/2025
9.3.1-beta.266 276 4/19/2025
9.3.1-beta.265 429 4/15/2025
9.3.1-beta.264 405 4/15/2025
9.3.1-beta.263 372 4/15/2025
9.3.1-beta.262 384 4/15/2025
9.3.1-beta.260 844 4/10/2025
9.3.1-beta.259 651 4/8/2025
9.3.1-beta.258 166 4/8/2025
9.3.1-beta.257 167 4/8/2025
9.3.1-beta.256 156 4/8/2025
9.3.1-beta.255 157 4/8/2025
9.3.1-beta.254 167 4/8/2025
9.3.1-beta.253 243 4/1/2025
9.3.1-beta.252 193 3/27/2025
9.3.1-beta.250 144 3/27/2025
9.3.1-beta.249 165 3/27/2025
9.3.1-beta.248 156 3/27/2025
9.3.1-beta.247 165 3/27/2025
9.3.1-beta.244 529 3/25/2025
9.3.1-beta.242 518 3/24/2025
9.3.1-beta.241 335 3/19/2025
9.3.0 9,526 3/19/2025
9.3.0-beta.239 156 3/19/2025
9.2.2-beta.237 169 3/19/2025
9.2.2-beta.236 228 3/14/2025
9.2.2-beta.230 174 3/13/2025
9.2.2-beta.229 162 3/13/2025
9.2.2-beta.228 209 3/11/2025
9.2.2-beta.227 171 3/11/2025
9.2.2-beta.226 177 3/11/2025
9.2.2-beta.225 166 3/11/2025
9.2.2-beta.224 177 3/11/2025
9.2.2-beta.223 159 3/10/2025
9.2.2-beta.222 181 3/10/2025
9.2.2-beta.220 181 3/9/2025
9.2.2-beta.218 185 3/9/2025
9.2.2-beta.217 241 3/7/2025
9.2.2-beta.216 192 3/7/2025
9.2.2-beta.215 231 3/7/2025
9.2.2-beta.214 199 3/5/2025
9.2.2-beta.213 204 3/5/2025
9.2.2-beta.212 212 3/5/2025
9.2.2-beta.211 199 3/4/2025
9.2.2-beta.210 222 3/4/2025
9.2.2-beta.208 131 3/3/2025
9.2.1 8,715 3/3/2025
9.2.1-beta.207 193 3/2/2025
9.2.1-beta.206 113 3/1/2025
9.2.1-beta.205 153 2/27/2025
9.2.1-beta.204 120 2/26/2025
9.2.1-beta.203 113 2/26/2025
9.2.0 4,379 2/26/2025
9.2.0-beta.202 103 2/26/2025
9.2.0-beta.201 108 2/26/2025
9.2.0-beta.199 105 2/26/2025
9.2.0-beta.198 98 2/26/2025
9.1.1-beta.197 145 2/25/2025
9.1.1-beta.196 117 2/25/2025
9.1.1-beta.195 93 2/25/2025
9.1.1-beta.194 108 2/25/2025
9.1.1-beta.193 121 2/25/2025
9.1.1-beta.192 103 2/24/2025
9.1.1-beta.191 128 2/24/2025
9.1.1-beta.190 208 2/19/2025
9.1.1-beta.189 120 2/19/2025
9.1.1-beta.188 136 2/19/2025
9.1.1-beta.187 140 2/19/2025
9.1.1-beta.183 152 2/18/2025
9.1.1-beta.182 136 2/18/2025
9.1.1-beta.181 142 2/18/2025
9.1.1-beta.180 114 2/17/2025
9.1.1-beta.178 159 2/17/2025
9.1.1-beta.177 272 2/12/2025
9.1.1-beta.176 186 2/11/2025
9.1.1-beta.175 141 2/11/2025
9.1.1-beta.173 201 2/10/2025
9.1.1-beta.169 588 2/6/2025
9.1.1-beta.168 139 2/5/2025
9.1.1-beta.166 152 2/5/2025
9.1.1-beta.165 142 2/5/2025
9.1.1-beta.164 163 2/3/2025
9.1.1-beta.162 136 2/3/2025
9.1.1-beta.155 256 1/30/2025
9.1.1-beta.154 145 1/30/2025
9.1.1-beta.153 157 1/30/2025
9.1.1-beta.152 133 1/29/2025
9.1.1-beta.150 162 1/29/2025
9.1.1-beta.148 336 1/26/2025
9.1.1-beta.147 140 1/26/2025
9.1.1-beta.146 207 1/23/2025
9.1.1-beta.145 140 1/22/2025
9.1.1-beta.144 140 1/22/2025
9.1.1-beta.142 111 1/22/2025
9.1.1-beta.140 122 1/22/2025
9.1.1-beta.139 146 1/21/2025
9.1.1-beta.138 140 1/20/2025
9.1.1-beta.137 147 1/17/2025
9.1.1-beta.136 135 1/15/2025
9.1.1-beta.135 114 1/15/2025
9.1.1-beta.134 77 1/15/2025
9.1.1-beta.128 366 1/9/2025
9.1.1-beta.127 77 1/9/2025
9.1.1-beta.126 101 1/9/2025
9.1.1-beta.125 104 1/9/2025
9.1.1-beta.124 76 1/9/2025
9.1.0 17,503 12/12/2024
9.1.0-beta.123 113 1/3/2025
9.1.0-beta.122 118 1/3/2025
9.1.0-beta.121 92 1/2/2025
9.1.0-beta.120 107 12/30/2024
9.1.0-beta.119 111 12/30/2024
9.1.0-beta.118 117 12/30/2024
9.1.0-beta.116 119 12/30/2024
9.1.0-beta.114 110 12/30/2024
9.1.0-beta.113 114 12/30/2024
9.1.0-beta.112 111 12/18/2024
9.1.0-beta.110 91 12/16/2024
9.1.0-beta.109 106 12/12/2024
9.0.1-beta.108 98 12/12/2024
9.0.1-beta.107 107 12/11/2024
9.0.1-beta.106 110 12/12/2024
9.0.1-beta.104 101 12/11/2024
9.0.1-beta.102 179 12/6/2024
9.0.1-beta.99 85 12/6/2024
9.0.1-beta.98 115 12/6/2024
9.0.1-beta.95 77 12/5/2024
9.0.1-beta.94 102 12/5/2024
9.0.1-beta.93 161 12/2/2024
9.0.1-beta.92 134 11/30/2024
9.0.1-beta.91 99 11/30/2024
9.0.1-beta.90 106 11/29/2024
9.0.1-beta.89 107 11/29/2024
9.0.1-beta.88 120 11/27/2024
9.0.1-beta.87 78 11/27/2024
9.0.1-beta.86 126 11/27/2024
9.0.1-beta.84 144 11/24/2024
9.0.1-beta.83 111 11/22/2024
9.0.1-beta.82 83 11/21/2024
9.0.1-beta.81 133 11/19/2024
9.0.1-beta.80 84 11/19/2024
9.0.1-beta.79 111 11/19/2024
9.0.1-beta.77 145 11/15/2024
9.0.0 3,700 11/15/2024
9.0.0-beta.76 100 11/14/2024
9.0.0-beta.75 103 11/14/2024
9.0.0-beta.74 112 11/14/2024
9.0.0-beta.73 119 11/14/2024
9.0.0-beta.72 101 11/14/2024
9.0.0-beta.71 108 11/13/2024
9.0.0-beta.70 92 11/13/2024
9.0.0-beta.69 106 11/13/2024
9.0.0-beta.68 104 11/13/2024
9.0.0-beta.67 105 11/13/2024
9.0.0-beta.66 560 11/13/2024
9.0.0-beta.63 113 11/12/2024
9.0.0-beta.54 114 10/31/2024
9.0.0-beta.53 110 10/29/2024
8.3.0 444 10/29/2024
8.3.0-beta.51 106 10/29/2024
8.3.0-beta.50 107 10/28/2024
8.3.0-beta.49 90 10/28/2024
8.3.0-beta.48 101 10/28/2024
8.3.0-beta.47 114 10/28/2024
8.3.0-beta.46 94 10/27/2024
8.3.0-beta.45 278 10/25/2024
8.3.0-beta.44 115 10/25/2024
8.3.0-beta.43 87 10/25/2024
8.3.0-beta.42 120 10/24/2024
8.2.1 387 10/23/2024
8.2.1-beta.40 96 10/23/2024
8.2.1-beta.39 102 10/23/2024
8.2.1-beta.38 117 10/23/2024
8.2.1-beta.37 115 10/23/2024
8.2.1-beta.36 98 10/23/2024
8.2.1-beta.35 104 10/23/2024
8.2.0-beta.34 123 10/23/2024
8.2.0-beta.33 118 10/23/2024
8.2.0-beta.32 114 10/22/2024
1.0.0-beta.60 113 11/11/2024
1.0.0-beta.58 109 11/4/2024
1.0.0-beta.57 98 11/1/2024
1.0.0-beta.56 100 11/1/2024
1.0.0-beta.55 116 11/1/2024