ollama

ollama 0.34.2

Get up and running with large language models locally

https://github.com/ollama/ollama
MIT License
main program: ollamaprograms: ollama
Platforms (45)
arc-linuxmips-linuxaarch64-freebsdarmv7l-linuxx86_64-solarissh4-linuxmicroblazeel-linuxarmv6l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ollama
];
Ad-hoc shell
nix-shell -p ollama
Flake (nix run)
nix run nixpkgs#ollama