One CLI to use multiple AI providers in your dev workflow

1 jetroni 1 8/14/2025, 3:06:11 PM github.com ↗

Comments (1)

jetroni · 2h ago
Tired of juggling different CLI tools just to experiment with AI?

Tasklin is a Python CLI that lets you run prompts on OpenAI, Ollama, and more using the same simple commands. Outputs come as structured JSON, so you can easily use them in scripts, automation, or pipelines. Supports sync and async, making it flexible for any workflow.

Install:

pip install tasklin

Example:

tasklin --type openai --key YOUR_API_KEY --model gpt-4o-mini --prompt "Generate a Python function to reverse a string"

Open-source, lightweight, and designed for developers who want control and consistency over AI without being tied to chat boxes.

GitHub: https://github.com/jetroni/tasklin PyPI: https://pypi.org/project/tasklin