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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
量子位
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
A
About on SuperTechFans
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
爱范儿
爱范儿

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.
Turbokod — Can a serious IDE be this much fun to use?
boxed · 2026-06-12 · via 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.