Tasklin – Run AI from your terminal, no fuss

1 jetroni 1 8/15/2025, 12:43:53 AM github.com ↗

Comments (1)

jetroni · 3h ago
Tired of juggling SDKs, APIs, and UIs to work with AI? Tasklin is a lightweight Python CLI that runs prompts directly from your terminal with multiple AI providers like OpenAI, Ollama, Anthropic and more.

Pass your prompt as a positional argument, get structured JSON output, and integrate it into scripts, pipelines, or automation. Works sync or async for any workflow.

Install:

pip install tasklin

Example:

tasklin --type openai --key YOUR_API_KEY "Summarize this text"

Open-source, simple, and developer-focused, one CLI for all your AI tasks.

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