aivalet.nu, a Swedish guide
🆕 New guide Winningtemp price 2026: how much it costs Read →

HomeGuides › Get started

🚀

Get started

Run AI locally: for those who don't want to share data with anyone at all

Beyond Swedish suppliers and EU data storage lies another level: AI that runs entirely on your own machine. No cloud provider, no CLOUD Act, no subscriptions. This is how to get started, and this is how much computer you actually need.

Local AIPractical

Short answer: Local AI is the strongest data protection level available: the model runs on your own computer and nothing is sent to any cloud. Start with LM Studio (graphical, easiest) or Ollama (the standard), expect a regular computer with 16 GB RAM to handle small and medium-sized models, and transcribe sensitive speech with whisper.cpp.

This entire site is about where your data ends up. Local AI is the endpoint: the model runs on your own computer. Nothing leaves it. You don’t have to audit suppliers. You don’t have to worry about jurisdiction. You don’t have to pay subscriptions. For lawyers, healthcare providers, municipalities and anyone with data that must not leak, this option is simple.

One caveat right away: local models are not as sharp as the largest cloud models. Swedish language quality also varies between models. But for drafts, summaries, coding help and transcription, the gap has narrowed a lot. The price is zero SEK, forever. That’s hard to beat.

Choose your path in

Rocket lifting off: get started

  • Easiest (graphical): LM Studio. Install, pick a model from the catalog, chat. The app shows which models your computer can handle. Free even for businesses since 2025. Paid plans only exist for team features such as company-wide login.
  • The standard: Ollama. Type ollama run mistral in the terminal, done. Biggest ecosystem, free and open source.
  • Open source with a UI: Jan, with LM Studio’s ease of use, free even for businesses.
  • Speech to text: whisper.cpp, which transcribes Swedish surprisingly well, completely offline. It is the safest way there is to transcribe a sensitive meeting.

Model tips for Swedish: start with the Mistral or Gemma family in quantized format (Q4). They give good Swedish for the size. Mistral also has European origins.

How much computer do you need? (requirement levels, not model numbers)

Model classHandlesRequires roughly
Small (3–8 billion parameters)drafts, emails, simpler questions, transcription16 GB RAM, any decent computer (even without a dedicated GPU)
Medium (12–14 billion)better reasoning, longer texts16–32 GB RAM or GPU with 10–12 GB VRAM
Large (27–32 billion)approaching cloud qualityGPU with 24 GB VRAM, or Mac with 32 GB+ unified memory
Very large (70 billion+)the best local can be48 GB+ VRAM (dual GPUs) or Mac with 64–128 GB

Two practical truths:

  • Mac is the shortcut. Apple’s unified memory lets even a laptop run large models.
  • On PC, it’s the amount of VRAM that counts, not the GPU generation. An older card with 24 GB beats a new one with 12 GB for this purpose.

Specific machines and graphics cards from Swedish resellers are in the buying guide AI computer for the company.

For businesses: local AI as real operations

If local models are to be used for real in an organization, with multiple users, quotas and traceability, operational tools are needed around the model. One open alternative is rs-llmctl. It runs local models as a server with an OpenAI-compatible API, resource budgets and audit logs. (Transparency: the tool is developed by aivalet’s founder. We link to it because it is free and open source, not because we earn anything from it.) For simpler needs, Ollama’s built-in API goes a long way.

When local AI is right, and when it is wrong

Right for: sensitive personal data, client material, patient-facing notes, confidentiality, transcription of internal meetings, or when subscription costs need to go.

Wrong for: when you need absolute best quality (the largest cloud models are still better), real-time collaboration or mobile use.

Many choose a mix: Mistral in the cloud for everyday use, local for the sensitive stuff.

All local tools are in the catalog under Local AI. They are labeled with the text “the data stays with you”. It is the only category where the CLOUD Act column says not applicable.

Sources

Tools mentioned

Ollama

Ollama Inc.

3,8 Good
Most popular
Outside EU Local AI Freemium 💻 Local – data stays with you

Run language models (Llama, Mistral, Gemma, etc.) locally with one command. The standard for local AI, but it is terminal-based so some computer experience is required. Local use is free; paid cloud plans (Pro approx. SEK 190/month, Max approx. SEK 950/month) are available for larger models.

  • One command to download and run models
  • Largest ecosystem and model library for local AI
  • Terminal-based: GUI requires third-party apps

Best for: For you who want to run AI models locally without hassle, and who can open a terminal.

LM Studio

Element Labs

4,0 Very good
Easiest to get started
Outside EU Local AI Free 💻 Local – data stays with you

The easiest way to run AI models locally: sleek graphical interface, built-in model catalogue and chat view. Free also for business use since 2025.

  • Graphical interface: download model and chat directly
  • Built-in catalogue of quantised models
  • Paid Teams/Enterprise plans required for SSO and private sharing

Best for: The beginner who wants to try local AI without touching the terminal.

Jan

Menlo Research

3,8 Good
Outside EU Local AI Free 💻 Local – data stays with you

The open-source alternative to LM Studio: chat with local models in a clean interface, completely offline if you want.

  • Open source (Apache 2.0) and free even for businesses
  • Clean interface, fully offline mode
  • Less mature than Ollama/LM Studio

Best for: You who want LM Studio's simplicity but with open source.

whisper.cpp

ggml.ai (part of Hugging Face) / open source

3,4 Good
Outside EU Local AI Free 💻 Local – data stays with you

Transcribe speech to text entirely locally with OpenAI's Whisper models. Sensitive meetings and interviews never leave the computer.

  • Transcribes Swedish surprisingly well completely offline
  • Free and open source under MIT license
  • Command line: easier packages exist but require some searching

Best for: Transcription of sensitive material that must never leave the computer.

llama.cpp

ggml.ai (part of Hugging Face) / open source

3,5 Good
Open source
Outside EU Local AI Free 💻 Local – data stays with you

The engine that has driven the entire local AI wave: extremely optimised C++ code that runs language models on almost any hardware. For those who build themselves.

  • Fastest and most hardware-flexible (CPU, GPU, Mac)
  • Open source under MIT licence, created by Georgi Gerganov (ggml.ai, since 2026 part of Hugging Face)
  • Pure developer product: compile and configure yourself

Best for: Developers who want maximum control and performance.

Related articles

This is general information, not legal advice. See How we review.