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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
Y
Y Combinator Blog
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Jina AI
Jina AI
B
Blog RSS Feed
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
D
Docker

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 - wojtczyk/trust: TRUST – Coding Rust like it's 1989
wojtczyk · 2026-05-07 · via Hacker News: Show HN

TRUST is a retro TUI IDE for Rust projects inspired by classic blue-screen DOS development environments.

Status: experimental nostalgia project. It edits files, browses Rust projects, and runs Cargo commands.

Screenshots

Building and running "Hello World" in TRUST.

Starting a project Running a console program
Hello project in TRUST Hello project editor view

TRUST can build TRUST.

TRUST Editor Running Tests
TRUST project in TRUST TRUST menus and panes

FAQ

Why?
Because Rust deserves a blue-screen IDE from the olden days and someone had to do this.

Does it save my files?
Yes. Use F2 or Ctrl+S. TRUST marks dirty buffers with * in the editor title. Still, this is more of a fun project so use at your own risk.

Is this affiliated with any classic DOS IDE vendor?
No. TRUST is an independent nostalgia project inspired by classic DOS development environments.

Run

cargo run -- /path/to/rust/project

If no path is supplied, TRUST opens the current directory.

Keys

  • F1: help
  • F2 / Ctrl+S: save
  • F3 / Ctrl+O: open selected file
  • Backspace: go to the parent directory in the project pane
  • F4 / Tab / Ctrl+F: cycle focus
  • F5 / Ctrl+R: cargo run
  • F7: cargo check
  • F8 / Ctrl+T: cargo test
  • F9 / Ctrl+B: cargo build
  • F10: open the menu bar
  • Ctrl+C: copy selected text
  • Ctrl+V: paste clipboard text
  • Ctrl+X: cut selected text
  • Esc / Ctrl+Q: quit
  • Alt+X: delete line
  • Alt+U: duplicate line
  • Shift+Navigation: select text

Menus

  • F10 opens the menu bar.
  • Left/right arrows switch menus.
  • Up/down arrows move through a dropdown.
  • Enter activates the highlighted menu item.
  • Esc closes the menu.
  • Mouse clicks on the menu bar and dropdown items work too.
  • File > New asks for a filename and creates it in the current project pane directory.
  • Project > New project opens the Cargo project dialog with parent directory, project name, and bin / lib selector.
  • Window switches between panes and contains the former focus option.

Mouse

  • Click inside the editor to move the cursor.
  • Drag inside the editor to select text.
  • Click inside the project pane to open editable files or navigate directories.
  • Click inside any pane to focus it.
  • Drag the vertical divider between project and editor panes to resize them.
  • Drag the top border of the compiler/message pane to resize it.
  • Scroll inside the project, editor, or message pane to move through content.

The project pane lists directories plus editable Rust and Cargo-related files such as .rs, .toml, and .lock, while skipping .git, target, and common editor/build directories. Compiler output is captured in the bottom pane.