ABOUT
Ollama is a tool that allows you to run large language models locally on your own computer. This means you can experiment with and use these AI models without needing an internet connection or relying on cloud-based services. It simplifies the process of managing and running these models, offering a way to keep your data private and potentially work faster. 1 You can use Ollama to create local chatbots, conduct AI research, develop privacy-focused AI applications, and integrate AI into existing systems.
INSTALL
Approved local installer
DefaultUbuntu 24.04
Approved locally4 CPU4096 MB RAM40 GB disk
Config path/usr/local/lib/ollama
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/ollama.sh'; sha='9cd4cd80495b829018875ceffa3ebb54cf0770ad115707ffb58ada07538272cf'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/ollama.shSHA-256 9cd4cd80495b829018875ceffa3ebb54cf0770ad115707ffb58ada07538272cf LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.