~ / tutorials

Tutorials News.

One trending GitHub tool, set up for real, every day. Each guide is written from the tool's own docs and a working install: what it does, the exact commands, the gotchas, and whether it deserves a place in your stack.

21 articles
Open Interpreter Setup: A Coding Agent for Cheap Models, Tutorials explainer Tutorials

Open Interpreter Setup: A Coding Agent for Cheap Models

Open Interpreter is an Apache-2.0 terminal coding agent, rewritten in Rust as a fork of OpenAI's Codex, built to get frontier-grade behavior out of low-cost models like DeepSeek, Kimi and Qwen. Setup takes about five minutes: one install command, then point it at a provider and let its harness layer match the model.

Kore · 2026-07-16 · 8 min read
OpenCut Setup: Self-Host the Free CapCut Alternative, Tutorials explainer Tutorials

OpenCut Setup: Self-Host the Free CapCut Alternative

OpenCut is a free, MIT-licensed video editor that runs in your browser and keeps every clip on your machine, and it just crossed 69,000 GitHub stars. Self-hosting the runnable classic version takes about 15 minutes with Bun and Docker: clone the repo, start the local database, and run one dev command.

Kore · 2026-07-15 · 8 min read
dcg Setup: Block Destructive Commands From AI Coding Agents, Tutorials explainer Tutorials

dcg Setup: Block Destructive Commands From AI Coding Agents

dcg (Destructive Command Guard) is a Rust hook that blocks catastrophic commands like git reset --hard and rm -rf before your AI coding agent can run them. Setup is one install command and about five minutes to wire into Claude Code, Codex, Cursor, or Grok.

Kore · 2026-07-14 · 8 min read
Vibe-Trading Setup: Self-Host an AI Trading Agent Free, Tutorials explainer Tutorials

Vibe-Trading Setup: Self-Host an AI Trading Agent Free

Vibe-Trading is a free, open-source AI agent that backtests and researches trading strategies from a plain-English prompt, entirely on your machine, and it is trending on GitHub near 21,000 stars. Setup takes about 10 minutes: pip install the package, run vibe-trading init, and point it at any LLM or a local Ollama.

Kore · 2026-07-13 · 8 min read
Superpowers Setup: Give Your AI Coding Agent a Real Workflow, Tutorials explainer Tutorials

Superpowers Setup: Give Your AI Coding Agent a Real Workflow

Superpowers is a free, MIT licensed skills framework that turns coding agents like Claude Code, Cursor, and Codex into disciplined, spec first engineers. Setup takes about two minutes: one plugin install command per agent, and the skills trigger automatically from your next message.

Kore · 2026-07-12 · 7 min read
Desktop Commander Setup: Give Claude Terminal Control, Tutorials explainer Tutorials

Desktop Commander Setup: Give Claude Terminal Control

Desktop Commander is a free, open-source MCP server that gives Claude Desktop real terminal, file, and process control on your machine, billed against your subscription instead of API tokens. Setup takes about five minutes and one command.

Kore · 2026-07-11 · 7 min read
Claude Video Setup: Let Claude Watch Any Video, Tutorials explainer Tutorials

Claude Video Setup: Let Claude Watch Any Video

Claude Video is a free, open source /watch skill that gives Claude Code, Cursor and other agents the ability to watch any YouTube link or local file by pulling captions and frames. Setup takes about five minutes from a one-command install to your first question.

Kore · 2026-07-10 · 6 min read
PhotoGIMP Setup: Make GIMP Feel Like Photoshop, Tutorials explainer Tutorials

PhotoGIMP Setup: Make GIMP Feel Like Photoshop

PhotoGIMP is a free, GPL-licensed patch that rearranges GIMP 3's tools, keyboard shortcuts, and splash screen to match Adobe Photoshop, and it is trending with more than 1,100 new GitHub stars in a day. Setup takes about five minutes: install GIMP 3, open and close it once, then drop the PhotoGIMP config folder into place on Windows, macOS, or Linux.

Kore · 2026-07-09 · 7 min read
OfficeCLI Setup: Word, Excel and PowerPoint for AI Agents, Tutorials explainer Tutorials

OfficeCLI Setup: Word, Excel and PowerPoint for AI Agents

OfficeCLI is a free, open source binary that gives AI agents full read, edit and create control over Word, Excel and PowerPoint, no Office and no .NET runtime required. Setup takes about five minutes from a one-line install to your first generated document.

Kore · 2026-07-09 · 8 min read
AI Job Search Setup: A Claude Code Job Application Bot, Tutorials explainer Tutorials

AI Job Search Setup: A Claude Code Job Application Bot

AI Job Search is a free, MIT-licensed framework that turns Claude Code into a job-application assistant: it evaluates postings, tailors your CV, and writes reviewer-checked cover letters. It just hit number 1 on GitHub trending with about 2,500 stars in a day, and setup takes roughly 20 minutes once Claude Code, Bun, and LaTeX are installed.

Kore · 2026-07-08 · 8 min read
Strix Setup: Run an AI Penetration Tester on Your Code, Tutorials explainer Tutorials

Strix Setup: Run an AI Penetration Tester on Your Code

Strix is an open-source AI agent that penetration-tests your app the way a hacker would, and it added over 10,000 GitHub stars in a week. Setup takes about five minutes: install with one curl command, point it at an LLM API key, and run strix against a target you own inside its Docker sandbox.

Kore · 2026-07-07 · 7 min read
Set Up OpenAI Codex Inside Claude Code, Tutorials explainer Tutorials

Set Up OpenAI Codex Inside Claude Code

OpenAI shipped codex-plugin-cc, an official plugin that runs Codex from inside Claude Code to review code or delegate tasks, and it cleared 26,000 stars fast. Setup is four slash commands: add the marketplace, install the plugin, reload, and run /codex:setup.

Kore · 2026-07-07 · 6 min read
Firecrawl Setup: Turn Any Website Into LLM-Ready Data, Tutorials explainer Tutorials

Firecrawl Setup: Turn Any Website Into LLM-Ready Data

Firecrawl is the API that scrapes any website into clean, LLM-ready markdown, and at 146,000 stars it is one of the most starred AI tools on GitHub. Setup is minutes: grab an API key, then scrape a page to markdown with one curl call or the Python and Node SDKs.

Kore · 2026-07-07 · 6 min read
Herdr Setup: Run Many AI Agents in One Terminal, Tutorials explainer Tutorials

Herdr Setup: Run Many AI Agents in One Terminal

Herdr is a mouse-native terminal multiplexer built for running fleets of AI coding agents side by side, and it added thousands of stars this week. Setup is one install command: run herdr, split panes, and each agent keeps working even after you detach.

Kore · 2026-07-07 · 6 min read
Self-Host Karakeep: AI Bookmark Everything in 10 Minutes, Tutorials explainer Tutorials

Self-Host Karakeep: AI Bookmark Everything in 10 Minutes

Karakeep is a self-hostable app that hoards links, notes and images with AI auto-tagging and full-text search, at 27,000 stars. Setup takes about 10 minutes with Docker Compose: download the compose file, set a few secrets, and run docker compose up.

Kore · 2026-07-07 · 7 min read
Zvec Setup: An In-Process Vector Database in Minutes, Tutorials explainer Tutorials

Zvec Setup: An In-Process Vector Database in Minutes

Zvec is Alibaba's lightweight, in-process vector database, the SQLite of vector search, and it is climbing GitHub trending fast. Setup is one pip install: create a collection, insert vectors, and run a similarity query in about a dozen lines of Python.

Kore · 2026-07-07 · 6 min read
CodexBar: Track AI Coding Limits in Your Menu Bar, Tutorials explainer Tutorials

CodexBar: Track AI Coding Limits in Your Menu Bar

CodexBar is a tiny macOS menu-bar app that shows your AI coding usage limits and reset times across dozens of providers, without logging in. Setup is one brew command: install the cask, enable the providers you use, and watch your limits live.

Kore · 2026-07-07 · 5 min read
Chrome DevTools MCP: Give Your AI Agent a Real Browser, Tutorials explainer Tutorials

Chrome DevTools MCP: Give Your AI Agent a Real Browser

Chrome DevTools MCP is Google's official server that hands your AI coding agent a real Chrome to inspect the DOM, read the console, and check performance. Setup is one config block: add the npx command to your MCP client and the agent can debug live pages.

Kore · 2026-07-07 · 6 min read
olmOCR Setup: Convert PDFs to Clean Markdown for LLMs, Tutorials explainer Tutorials

olmOCR Setup: Convert PDFs to Clean Markdown for LLMs

olmOCR is Allen AI's open toolkit that turns messy PDFs into clean, LLM-ready markdown using a vision language model. Setup is a clean conda environment plus one pip install, then a single command converts a PDF to markdown, locally on your GPU or via a remote server.

Kore · 2026-07-07 · 7 min read
Self-Host Immich: A Private Google Photos Replacement, Tutorials explainer Tutorials

Self-Host Immich: A Private Google Photos Replacement

Immich is a high-performance, self-hosted photo and video manager that replaces Google Photos, with auto-backup, face recognition and search, all on your hardware. It just hit v3.0 and passed 106,000 stars. Setup is Docker Compose plus a mobile app.

Kore · 2026-07-07 · 7 min read
Meetily Setup: Free Local AI Meeting Notes in 10 Minutes, Tutorials explainer Tutorials

Meetily Setup: Free Local AI Meeting Notes in 10 Minutes

Meetily is a free, open-source AI meeting assistant that transcribes and summarizes calls 100% locally, and it just hit number 1 on GitHub trending. Setup takes about 10 minutes: install the v0.4.0 desktop app on Windows or macOS, pick a Whisper or Parakeet model, and point summaries at Ollama.

Kore · 2026-07-07 · 7 min read