Back to the tools

Plainscript

Developer

Describe the task in plain words and get runnable Python — all local, no cloud, no account.

A local desktop tool that turns plain language into runnable Python. Describe the task in Norwegian or English, watch the code stream in as the model writes, and run it on the spot — real CPython in its own run directory with the result right below. The AI runs entirely on your machine via Ollama (qwen2.5-coder:7b): no account, no cloud, no API key, no telemetry. Every run has a hard time limit that kills the whole process tree, and the app asks for consent before it runs anything. You can request changes and undo them, fix errors by sending the code and the error back to the model, let it find and install missing packages, save snippets to a library, and translate the Python into 100 other languages. Works offline.

Plainscript – beskrivelse til venstre, generert Python i midten, og kjøreresultatet vist nederst

What you get

  • Plain language (Norwegian/English) becomes clean, commented Python — streamed line by line
  • Run real Python on the spot, with a hard time limit and consent before running
  • Request changes, fix errors with the AI, and let it install missing packages
  • A snippet library and translation to 100 languages — all local, works offline