惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
Y
Y Combinator Blog
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
博客园_首页
大猫的无限游戏
大猫的无限游戏
美团技术团队
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
小众软件
小众软件
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
博客园 - 【当耐特】
J
Java Code Geeks
F
Fortinet All Blogs
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - stared/rusted-doom-launcher: Steam-like experien...
stared · 2026-05-31 · via Show HN

A modern open-source launcher for classic Doom WADs and mods. Browse community-made maps and episodes, then install and launch them with a single click - essentially bringing the Steam experience to Doom.

Features

  • Browse the catalog: Search by mood, type, and difficulty
  • Cacowards included: Yearly awards for the best Doom maps, megawads, and mods
  • One-click play: Download and launch with a modern source port (GZDoom or UZDoom)
  • Stack gameplay mods: Run mods on top of any base game or WAD
  • Bring your own: Drop in a WAD you already have
  • Track your runs: Per-level stats and session history
  • Plays the classics: Doom, Doom II, Final Doom, Heretic, Hexen, Freedoom
  • Auto-extracts game files: Pulls IWADs directly from GOG installers
  • Cross-system: macOS (Apple Silicon and Intel), Windows, Linux (dev)

If you want or need other features, open a feature request describing what you would like to see, or even better - open a pull request.

I am also open to expanding the maps, megawads and mod library - if you want to add your favorite WAD (or your WAD!), feel free to open a PR.

Motivation

The scene is alive and well - see newest releases at Doomworld. I got inspired by gameplays shared at Doom & Retro FPS Mods Facebook group.

I built it for myself, so I can run it on my Apple Silicon Macbook - but sharing it so others may enjoy it as well. While there are similar apps, notably Doom Launcher, they are either Windows-only or lack features I wanted.

Requirements

  • GZDoom - Doom source port
    • works also with the newer UZDoom
  • doom.wad and doom2.wad - Doom game data from GOG.com or Steam
    • The app can extract IWADs directly from GOG installers using innoextract (brew install innoextract)

Install

macOS

The easiest way is to use Homebrew via my tap stared/doom.

brew install --cask stared/doom/rusted-doom-launcher

Alternatively, download a binary from releases. Since it is unsigned open-source software, you must remove the quarantine attribute before running (otherwise macOS will report it as damaged):

xattr -cr /Applications/Rusted\ Doom\ Launcher.app

You also need a Doom engine. Install it manually or via Homebrew:

brew install --cask gzdoom
# or newer:
brew install --cask stared/doom/uzdoom

Windows

See Windows binary in releases.

Linux

No pre-built binary yet. You can run it from source — see Building from source below.

First run

When you open the app for the first time, it will prompt you to locate your Doom engine (GZDoom/UZDoom) and your base game WADs (doom.wad / doom2.wad). If you have GOG offline installers, the app can extract the game files for you automatically (requires innoextract).

Building from source

To build from source, you need pnpm and Rust.

Install dependencies and run:

pnpm install
pnpm tauri dev

Build for production:

AI-Assisted Debugging (MCP)

The app includes tauri-plugin-mcp-bridge for AI debugging via Claude Code.

# Install MCP server for Claude Code
npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code

With the app running (pnpm tauri dev), Claude Code can take screenshots, click elements, execute JS, and inspect the DOM.

Tech

  • Tauri 2 (it's in Rust, hence the project name)
  • Vue 3 in TypeScript
  • Python scripts for some processing
  • Claude Code and Gemini for vibe coding

Author

Piotr Migdał and contributors

License

MIT