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

推荐订阅源

The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
博客园 - 司徒正美
Last Week in AI
Last Week in AI
爱范儿
爱范儿
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
量子位
V
V2EX
博客园 - 叶小钗
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - stared/rusted-doom-launcher: Steam-like experien...
stared · 2026-05-31 · via Hacker News: 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