Download Tiny Agent

Free for personal use. This is an early test build, so expect rough edges.

The first public test build isn't published yet. This page will link to it as soon as it is. The setup steps below won't change.

Setup

  1. Install Ollama

    Download it from ollama.com. It runs the model on your computer.

  2. Download a model

    For notes, tasks and questions, a small general model is enough:

    ollama pull qwen2.5:3b-instruct

    For websites and code, use the 7B coding model, which needs more memory:

    ollama pull qwen2.5-coder:7b
  3. Install and open Tiny Agent

    Choose your model from the model settings.

About the Windows warning

Test builds aren't code-signed yet, so Windows SmartScreen may say it "protected your PC". Choose More info → Run anyway only if you downloaded the installer from this site.

Your data

Everything stays on your computer: the model, your notes, your tasks and your conversation history. Sharing with us is off by default. If you'd like to help improve Tiny Agent, see Contribute.