Click any tag below to further narrow down your results
Links
Pake lets you package any website into a native macOS, Windows, or Linux app with a single CLI command or online builder. It uses Rust Tauri for a minimal installer (under 10 MB) and offers customizable icons, window settings, keyboard shortcuts, style tweaks, and ad removal. Developers can dive deeper with custom builds, advanced CLI options, or local cloning.
- Pake packages any website into a native desktop app via one CLI command, producing installers under 10MB (~20x smaller than Electron equivalents) thanks to Rust/Tauri.
- Basic usage requires no coding—just "pake <url> --name AppName"—with flags for icons, window size, and hiding the title bar.
- Ready-made apps (WeRead, Grok, ChatGPT, YouTube Music, etc.) are available on the Releases page, plus an online builder and GitHub Actions template for zero local setup.
- It's open source under GPL-3.0 with an output exception, so apps built with it are freely distributable.
Helmsniff is a Go CLI that scans rendered Kubernetes and Helm manifests and generates CSV or JSON reports of security misconfigurations. It flags issues like missing securityContexts, insecure HTTP URLs, hostNetwork usage, privileged containers and Docker socket mounts, and supports directory or stdin input, parallel execution, and standard Makefile targets.
- Helmsniff scans rendered K8s/Helm YAML and outputs a CSV or JSON report flagging misconfigurations like privileged containers, missing resource limits, hostNetwork usage, and Docker socket mounts.
- It accepts input from a directory or stdin, letting you pipe `helm template` output directly in without temp files, and supports parallel scanning of multiple charts via GNU parallel.
- Each report row includes chart path and file path context, with checks marked 1 (violation) or 0 (safe), plus K8S_STATUS/HELM_STATUS boolean fields.
- Built in Go (requires 1.22+ and GNU Make), with a clean codebase split into cmd/main.go, config, parser, and scanner modules, backed by tests and an ARCHITECTURE.md documenting each check.
Hunk replaces plain git diff with an interactive terminal UI for reviewing full changesets. It offers split, stacked, and auto layouts, inline AI and agent annotations, sidebar navigation, watch mode, mouse support, and pager integration. You install it via npm or Homebrew and configure themes, VCS, and behaviors in a TOML config.
- Hunk turns git diff into a full interactive TUI (split/stacked/auto layouts, sidebar nav, watch mode) instead of plain text output
- It's the only tool in its comparison set (vs lumen, difftastic, delta, diff-so-fancy) offering inline AI annotations plus responsive layouts and true multi-file review
- Works as a drop-in git pager or standalone CLI, and supports Jujutsu/Sapling revsets alongside Git
- Installable via npm or Homebrew, configurable through a TOML file, and its rendering primitives (HunkDiffView) are exposed for building other OpenTUI apps
AgentsView is a self-hosted tool that indexes your AI coding agent sessions into a local SQLite or PostgreSQL store and serves a web UI on localhost. It tracks token usage and compute costs across multiple agents, offers CLI commands for usage reports, and supports Docker, desktop apps, and background server modes. It also provides full-text search, analytics dashboards, and per-session or daily cost breakdowns.
- AgentsView is a self-hosted, local-first tool that indexes AI coding agent sessions (Claude, Codex, Forge, OpenCode, and 20+ others) into SQLite/DuckDB/PostgreSQL with no cloud dependency.
- The CLI's `agentsview usage` command is positioned as a replacement for ccusage, giving sub-second token/cost breakdowns by model, date, or agent.
- It supports flexible deployment (install script, Homebrew, Docker, background daemon) with production-ready configs like read-only mounts, PostgreSQL backing, and optional public exposure via `--public-url`/`--require-auth`.
- Beyond raw usage stats, `agentsview stats` adds higher-level analytics like session archetypes (quick/deep/marathon) and optional Git-linked outcomes (commits, PRs).
Whichllm is a single-command CLI that detects your GPU/CPU/RAM, pulls live benchmarks from HuggingFace, and ranks the best fitting local LLMs by real performance metrics. It also lets you simulate different GPUs, generate Python snippets, run chats, output JSON, and plan hardware upgrades.
- One command (`uvx whichllm@latest`) detects your GPU/CPU/RAM and ranks local LLMs by live, aggregated benchmarks (LiveBench, Artificial Analysis, Aider, Chatbot Arena, Open LLM Leaderboard) instead of just parameter count.
- Scores are confidence-weighted by data freshness/source (direct vs. self-reported vs. interpolated) and adjusted for runtime fit—VRAM overhead, quantization discounts, and MoE active-vs-total parameter splits.
- It can simulate hypothetical GPUs, reverse-plan what hardware you'd need for a specific model, and output JSON for scripting or piping into jq.
- Example rankings: RTX 4090/3090 tops out with Qwen3.6-27B Q5_K_M (score 92.8, ~27 t/s), 8GB VRAM cards get Qwen3-14B Q3_K_M (score 71.0, ~22 t/s), and CPU-only setups land a 20B MoE model at ~6 t/s (score 45.2).
MemPalace is an open-source tool that stores and retrieves verbatim conversation history on your machine using semantic search and a pluggable vector-store backend. It supports ChromaDB, SQLite exact vectors, Qdrant, and pgvector, and ships a CLI and Docker images for easy setup without external APIs. Benchmarks show 96.6% recall at top-5 on LongMemEval with zero cloud or LLM calls.
- 96.6% recall at top-5 on LongMemEval with zero cloud or LLM calls, rising to 98.4% with hybrid keyword/temporal boosting and ≥99% with LLM rerank
- Runs fully local by default (verbatim storage, semantic search, ChromaDB/SQLite/Qdrant/pgvector options) so nothing leaves your disk unless you opt into a remote backend
- Also benchmarked at 60.3% R@10 on LoCoMo (88.9% with hybrid v5) and 80.3% R@5 on MemBench
- Ships as CLI, Docker (CPU/GPU) images, and an MCP server for direct integration with tools like Claude Code
This article covers the `npx skills` CLI tool for installing, listing, updating, and removing reusable agent “skills” across over 40 coding agents. You can fetch skills from GitHub, GitLab, local paths, or any Git URL and target specific agents or install globally versus per-project.
- `npx skills` lets you install reusable "agent skills" from any GitHub/GitLab repo, local path, or Git URL into 40+ coding agents (Claude Code, Cursor, Codex, OpenCode, etc.)
- Supports fine-grained control: pick specific skills or whole repos, target specific agents, install globally vs per-project, and run non-interactively via --yes/--all for CI/CD
- Full lifecycle management is built in: list, find, update, remove, and init (to scaffold a new SKILL.md) for authoring your own skills
- Defaults to symlinking skills (single source of truth) but can copy files instead if symlinks aren't supported; community skills are browsable at skills.sh
Claude Code lets developers write, debug, and ship code directly from their terminal, IDE, Slack, or browser by describing tasks in natural language. It integrates with VS Code, JetBrains, iOS, and desktop, reads your local codebase, runs tests, and opens pull requests. Pricing is bundled into Anthropic’s Pro, Max, Team, and Enterprise plans with varying usage limits.
- Claude Code works across terminal, IDE (VS Code, JetBrains), desktop, Slack, browser, and iOS, all pulling from local codebase context to write, debug, run tests, and open PRs.
- Pro plan ($20/month or $200/year) includes Sonnet 4.6 and Opus 4.6 but is limited to short sprints in small repos.
- Max plans multiply usage limits 5x or 20x over Pro, with Team/Enterprise tiers adding seat management, higher API rates, and advanced security.
This article explains how to create and configure Claude Code routines—autonomous cloud sessions triggered on a schedule, via API, or by GitHub events. It covers setting up prompts, repositories, environments, and connectors through the web UI, CLI, or desktop app, and illustrates use cases like issue grooming, alert triage, code review, deploy verification, docs drift, and library porting.
- Claude Code routines run autonomously on schedules, API calls, or GitHub events (like pull_request.opened), not just interactively.
- Each run clones repos, executes shell commands or connector calls (Slack, Linear, Google Drive), and pushes changes to claude/-prefixed branches for review as PRs.
- Real use cases include nightly issue grooming with Slack summaries, API-triggered error-threshold triage that opens draft fix PRs, and automated code porting between SDK repos on merge.
- Routines can be built via web UI, CLI (/schedule commands), or the Desktop app's "New remote task" option.
Ultraplan is a research-preview feature in Claude Code v2.1.91+ that drafts a plan for your codebase remotely. You launch it from the CLI, review and comment on the plan in a browser interface, then choose to have Claude implement it on the web or send it back to your local terminal for execution.
- Ultraplan (research preview, Claude Code v2.1.91+) drafts plans remotely in the cloud, freeing up your local terminal while it works.
- You can trigger it via "/ultraplan", typing "ultraplan" in a prompt, or opting into it after a local plan finishes.
- The web review interface lets you highlight text, leave inline comments, and use emoji reactions before approving.
- Once approved, you choose to execute the plan directly in the cloud or "teleport" it back to your local CLI session.
The entire source code for Anthropic’s Claude Code CLI has leaked due to an internal error during a package release. This includes nearly 2,000 TypeScript files and over 512,000 lines of code, exposing the application’s inner workings to competitors and developers. Anthropic has acknowledged the mistake and stated it was not a security breach.
- A packaging error in Claude Code v2.1.88 exposed a source map, leaking the entire ~2,000-file, 512,000+ line TypeScript codebase.
- The leaked code was quickly archived and uploaded to GitHub, gaining tens of thousands of forks within a short time.
- Anthropic says no customer data was exposed and calls it human error, not a security breach, while adding safeguards.
- Developers have already begun reverse-engineering internals, like Claude Code's memory architecture and background memory rewriting system.
A powerful CLI tool and browser extension that generates fast summaries from URLs, files, and media, including YouTube videos and podcasts. It features a Chrome Side Panel and Firefox Sidebar, supports various media types, and provides advanced functionalities like OCR and transcript extraction. The tool can be installed via npm or Homebrew, with options for local and paid model endpoints.
- Summarize is a CLI + Chrome/Firefox extension that turns any URL, file, YouTube video, or podcast into a fast summary, with a Chrome Side Panel for chat/history.
- Version 0.10.0 adds transcript-first media handling (using published transcripts or falling back to Whisper), OCR, and timestamped slide extraction from videos.
- A background daemon service offloads heavy extraction work so the browser stays fast and unburdened.
- Installable via npm or Homebrew, with configurable output (Markdown/JSON), summary length, and support for local or paid model endpoints.