notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q1
ollama Run Llama 2, Mistral, and other large language models
0.13.5_3 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.31.1_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-25 01:42:26
Last Update: 2026-03-06 03:52:43
Commit Hash: ef8f442
License: MIT
WWW:
https://ollama.com
https://github.com/ollama/ollama
Description:
Ollama is a tool that allows you to get up and running with large language models locally. It provides a simple command-line interface to run and manage models, as well as a REST API for programmatic access. Ollama supports a wide range of models available on ollama.com/library, including popular models like Llama 3, Gemma, and Mistral. It also allows you to customize models and create your own. With Ollama, you can: - Run large language models on your own machine - Chat with models in the terminal - Generate text and embeddings - Customize models with your own prompts and data - Expose models through a REST API for use in your applications
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. bin/ollama
  2. bin/ollama-limit-gpu-layers
  3. lib/ollama/libggml-base.so
  4. lib/ollama/libggml-cpu-alderlake.so
  5. lib/ollama/libggml-cpu-haswell.so
  6. lib/ollama/libggml-cpu-icelake.so
  7. lib/ollama/libggml-cpu-sandybridge.so
  8. lib/ollama/libggml-cpu-skylakex.so
  9. lib/ollama/libggml-cpu-sse42.so
  10. lib/ollama/libggml-cpu-x64.so
  11. lib/ollama/libggml-vulkan.so
  12. /usr/local/share/licenses/ollama-0.13.5_3/catalog.mk
  13. /usr/local/share/licenses/ollama-0.13.5_3/LICENSE
  14. /usr/local/share/licenses/ollama-0.13.5_3/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ollama>0:misc/ollama
To install the port:
cd /usr/ports/misc/ollama/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/ollama
  • pkg install ollama
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ollama
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1767567167 SHA256 (go/misc_ollama/ollama-v0.13.5-x1/v0.13.5-x1.mod) = 24e9aaaef0e2169fef54d14b95b528fce46e0f6788ffb71a93bcd3b035f99654 SIZE (go/misc_ollama/ollama-v0.13.5-x1/v0.13.5-x1.mod) = 3454

Expand this list (2 items)

Collapse this list.

SHA256 (go/misc_ollama/ollama-v0.13.5-x1/v0.13.5-x1.zip) = ceaac09c6c3e456af9567737e9f81d36dc70e0cfce2d10b7b1e67e8a77a1b73b SIZE (go/misc_ollama/ollama-v0.13.5-x1/v0.13.5-x1.zip) = 20969740

Collapse this list.


Packages (timestamps in pop-ups are UTC):
ollama
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.21.00.21.2---n/an/an/a
FreeBSD:13:quarterly0.19.0_20.19.0_2---n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-0.32.5n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. miniaudio.h : audio/miniaudio
  3. json_fwd.hpp : devel/nlohmann-json
  4. stb_image.h : devel/stb
  5. glslc : graphics/shaderc
  6. vulkan.h : graphics/vulkan-headers
  7. cmake : devel/cmake-core
  8. go124 : lang/go124
  9. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libvulkan.so : graphics/vulkan-loader
Fetch dependencies:
  1. go124 : lang/go124
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ollama-0.13.5_3: ====> Options available for the group BACKENDS CPU=on: Build CPU backend shared libraries VULKAN=on: Build Vulkan GPU backend shared library ===> Use 'make config' to modify these settings
Options name:
misc_ollama
USES:
cmake:indirect go:1.24+,modules localbase pkgconfig zip
pkg-message:
For install:
You installed ollama: the AI model runner. To run ollama, plese open 2 terminals. 1. In the first terminal, please run: $ OLLAMA_NUM_PARALLEL=1 OLLAMA_DEBUG=1 LLAMA_DEBUG=1 ollama start 2. In the second terminal, please run: $ ollama run gemma3 or $ ollama run mistral This will download and run the specified AI model. You will be able to interact with it in plain English. Please see https://ollama.com/library for the list of all supported models. The command "ollama list" lists all models downloaded into your system. When the model fails to load into your GPU, please use the provided ollama-limit-gpu-layers script to create model flavors with different num_gpu parameters. ollama uses many gigabytes of disk space in your home directory, because advanced AI models are often very large. Please symlink ~/.ollama to a large disk if needed.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/yurivict/ollama/@v/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.5_3
06 Mar 2026 03:52:43
commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.8

This is a direct commit to 2026Q1.
0.13.5_2
05 Feb 2026 18:02:36
commit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1dcommit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1dcommit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1dcommit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1d files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.13

This is a direct commit to 2026Q1.
0.13.5_1
25 Jan 2026 01:35:05
commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump dependent ports for Go 1.24.12.

This is a direct commit to 2026Q1.

Number of commits found: 3