Chat with your favourite cartoon characters, running on your own computer.
Checking this computer and your Wi-Fi.
Five steps, about ten minutes. You only do this once. When you finish, this page notices and takes you straight to toonchat.
Ollama runs the characters' brains on your own computer. No account needed. Download it, open it once, and a llama appears in the menu bar at the top of your screen.a llama appears in the system tray.
Open Terminal (press ⌘ Space and type Terminal)PowerShell (press the Windows key and type PowerShell), paste this in and press Return. It's about 2 GB.
ollama pull llama3.2If your computer has 16 GB of memory or more, ollama pull qwen3:8b gives smarter characters, and it's better at games.
toonchat is built with Node.js. Download the version marked LTS and install it. To check it worked, run this and you should see a number like v22:
node --versionnpm install -g toonchatIf you see an EACCES error, put sudo in front, run it again and type your Mac password.
Run this, and keep the window open while you chat. To use toonchat on an iPad or phone too, use the second one instead.
toonchat serve --opentoonchat serve --host 0.0.0.0 --openNext time, you only need this step. This page will spot toonchat and take you there.
Start toonchat on your computer with toonchat serve --host 0.0.0.0. Then open this page on the iPad or phone, on the same Wi-Fi. It finds the computer and takes you there by itself, with nothing to type.
Tip: on an iPad, tap Share, then Add to Home Screen, to get a toonchat button that opens straight to your computer.
toonchat isn't installed yet, or Node.js isn't. Do steps 3 and 4 again, then close the Terminal window and open a new one.
Open the Ollama app. You should see the llama icon. Then reload toonchat.
Run ollama pull llama3.2 from step 2 and wait for it to finish.
toonchat is already running in another window. Use that one, or press Ctrl+C in it and start it again.
Some browsers, like Safari, don't let websites check your computer. Click open toonchat yourself, or go to http://localhost:4747.
Make sure you started toonchat with --host 0.0.0.0, and that both are on the same Wi-Fi. Guest networks usually keep devices apart. It can take up to a minute after starting toonchat for the iPad to see it.