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

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
D
Docker
J
Java Code Geeks
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
腾讯CDC
罗磊的独立博客
U
Unit 42
爱范儿
爱范儿
Vercel News
Vercel News
MyScale Blog
MyScale 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 应用商店
Turbokod — Can a serious IDE be this much fun to use?
boxed · 2026-06-12 · via Hacker News: Show HN

Advertisement  ·  The Programmer's Magazine  ·  Vol. I No. 1

Turbokod editing its own Mojo source in two cascaded windows, file tree docked on the right, a debug session paused at a breakpoint in the test suite, with output and stack panes below.
The Turbokod workspace — two cascaded editors, a docked file tree, and a live debug session paused at a breakpoint. Actual screen.

This one can. Introducing Turbokod — a modern, full-featured IDE with the soul of 1992.



The typical modern code editor asks a lot of you. Endless configuration. A marketplace of plug-ins to keep current. A splash screen, a sign-in, an update nag. Somewhere under all of it, there is supposed to be a place to write code.

Turbokod takes a different view. It is a complete development environment, in the unmistakable style of Turbo C++ 3.0 — the blue background, the dithered desktop background, the pull-down menus. But it is genuinely modern underneath.

At its heart is a full code editor — with multiple cursors, syntax highlighting driven by TextMate grammars, language servers over LSP, run & debug targets over DAP, spell checking, project-wide find and replace, a file tree, git blame and gutter, soft wrap, a tab bar, undo and redo, and editorconfig support.

It runs anywhere you do.

Turbokod runs in any terminal — on your machine or over SSH. And when you want a window of your own, it ships as a native macOS application: the same Mojo core, loaded as a library under a Swift / AppKit host that gives you a real window, the system clipboard, font fallback for emoji and CJK, and a dock icon.

Room to spread out.

Got a second monitor? On the Mac, the tool panels — terminal, debugger, and test runner — can float free into a window of their own, parked on the other screen while your code fills the first. And Turbokod remembers the arrangement per display setup: unplug the external monitor and the panels tuck neatly back into the main window, right where they belong.

Make it yours.

Prefer a different look? A theme is a single palette swap that retints the syntax and the chrome together — from the default Turbo C++ 3.0 blue to Dracula, Solarized, and more — and the whole workspace changes instantly.

All of which is why we think you'll agree: a serious tool needn't be a chore. Turbokod is written in Mojo, it is faithful to a beloved era of programming tools, and it is free and open source under the MIT license. No coupon. No floppies. No 1‑800 number.

A dozen themes — try them in settings live.

Yes! Send me Turbokod.

Suggested retail price: $0.00. It's free and open source — take the ready-to-run macOS app, or clone it and go.

Latest release — Apple silicon, macOS 11 or later. No coupon, no floppies. See all release notes.

# the editor / IDE demo, in your terminal
$ ./run.sh examples/desktop.mojo path/to/project

# …or build the native macOS .app and open a project
$ ./run_swift.sh /path/to/project

Circle 39 on Reader Service Card
Turbokod is a Mojo port of Turbo Vision, based on magiblot/tvision, and is MIT licensed. An independent project; all product names are the property of their respective owners and are used here only as a stylistic homage to a beloved era of programming tools. © 1992–2026 Turbokod.