Skip to content

ollama

Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 2, and other large language models.

Package Information

  • Domain: ollama.ai
  • Name: ollama
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ollama

Programs

This package provides the following executable programs:

  • ollama

Available Versions

Show all 113 versions
  • 0.11.8, 0.11.7, 0.11.6, 0.11.5, 0.11.4
  • 0.11.3, 0.11.2, 0.11.0, 0.10.1, 0.10.0
  • 0.9.6, 0.9.5, 0.9.4, 0.9.3, 0.9.2
  • 0.9.1, 0.9.0, 0.8.0, 0.7.1, 0.7.0
  • 0.6.8, 0.6.7, 0.6.6, 0.6.5, 0.6.4
  • 0.6.3, 0.6.2, 0.6.1, 0.6.0, 0.5.13
  • 0.5.12, 0.5.11, 0.5.10, 0.5.8, 0.5.7
  • 0.5.6, 0.5.5, 0.5.4, 0.5.3, 0.5.2
  • 0.5.1, 0.5.0, 0.4.7, 0.4.6, 0.4.5
  • 0.4.4, 0.4.3, 0.4.2, 0.4.1, 0.4.0
  • 0.3.14, 0.3.13, 0.3.12, 0.3.11, 0.3.10
  • 0.3.9, 0.3.8, 0.3.7, 0.3.6, 0.3.5
  • 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3.0
  • 0.2.8, 0.2.7, 0.2.6, 0.2.5, 0.2.4
  • 0.2.3, 0.2.2, 0.2.1, 0.2.0, 0.1.48
  • 0.1.47, 0.1.46, 0.1.45, 0.1.44, 0.1.43
  • 0.1.42, 0.1.41, 0.1.40, 0.1.39, 0.1.38
  • 0.1.37, 0.1.36, 0.1.35, 0.1.34, 0.1.33
  • 0.1.32, 0.1.31, 0.1.30, 0.1.29, 0.1.28
  • 0.1.27, 0.1.26, 0.1.25, 0.1.24, 0.1.23
  • 0.1.22, 0.1.21, 0.1.20, 0.1.19, 0.1.18
  • 0.1.17, 0.1.16, 0.1.0, 0.0.21, 0.0.20
  • 0.0.19, 0.0.18, 0.0.17

Latest Version: 0.11.8

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) ollama -- $SHELL -i

Dependencies

This package depends on:

  • curl.se/ca-certs

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ollama

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.