Wintasker CLI

Automated Linux configuration management and setup powered by Klintero AI Platform.

OpenAI-compatible Linux-first Runs locally

What it does

Wintasker uses the Klintero AI Platform as its LLM backend to support configuration management, setup guidance, and repeatable automation flows in Linux environments. You provide your AI Platform API key, and the CLI connects via the OpenAI-compatible gateway.

Quick start

Download the CLI and make it executable:

Download wintasker.run
curl -fsSL https://dev-ai.klintero.com/developers/wintasker-cli/wintasker.run -o wintasker.run && chmod +x wintasker.run
./wintasker.run

On first run you will be prompted for OPENAI_API_KEY. Paste your Klintero AI Platform API key and continue.

Configure the API URL and key

You can change the API URL and key under Settings inside the Wintasker program. Choose either OpenAI credentials or Klintero AI Platform credentials.

Klintero AI (dev): https://dev-ai.klintero.com
Klintero AI (prod): https://ai.klintero.com

Set the matching API key for the provider you select (OpenAI or Klintero AI).

Need help?

Start from the main developer resources for API details and examples.

Developers OpenAI API Guide