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

推荐订阅源

MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
V
Visual Studio Blog
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
C
Check Point Blog
D
Docker
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
博客园 - 叶小钗
博客园 - 聂微东
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
腾讯CDC
S
SegmentFault 最新的问题
博客园 - 【当耐特】

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 - pranjolm/glacier-terminal: initial commit
ArqueNova · 2026-05-02 · via Hacker News: Show HN

Glacier

A fast, modern terminal for macOS.
Built with Rust + Tauri. Designed for the way you actually work.

Tauri React TypeScript Rust macOS

First release available. Download the DMG below.

Glacier terminal with file icons and split panes


Install

  1. Go to Releases and download the latest .dmg
  2. Double-click the DMG, drag Glacier to Applications
  3. Done. No Rust, no Node.js, no Homebrew — the app is fully self-contained.

Requirements: macOS 13+ (Apple Silicon)

Why Glacier?

Most terminal emulators haven't changed much in twenty years. Glacier rethinks the terminal as a first-class macOS app — fast, native, and actually pleasant to use.

  • Auto-tiling panes — split naturally with ⌘ D. No tmux key chords, no config files. Draggable dividers resize panes in real time.
  • File icons out of the box — Glacier bundles lsd, a modern ls replacement with file-type icons. Your first ls already looks great. No Homebrew installs, no font patching.
  • Custom background images — set any image as your terminal background with adjustable opacity. Pick a photo, a gradient, or keep it solid.
  • Live font & theme switching — change fonts, sizes, and color themes without restarting. Built-in themes plus custom CSS property support.
  • Clickable everything⌘+click paths to reveal them in Finder, ⌘+click URLs to open them in your browser.
  • True native feel — copy, paste, and drag behave exactly like every other Mac app. ⌘ C copies selection, ⌘ V pastes with bracketed paste support.
  • Built-in help — press F1 or click the ? button to see all keyboard shortcuts. No browser tabs, no external links.
  • Inline autocomplete (work in progress) — ghost text suggestions from your shell history and completions. Currently being fixed.

Keyboard Shortcuts

All shortcuts work out of the box — no configuration needed. Press F1 inside Glacier to see this list anytime.

Shortcut Action
⌘ D Split pane (auto-tile direction)
⌘ W Close active pane
⌘ T New tab
⌘ , Settings
⌘ C Copy selection
⌘ V Paste
⌘ Click Open path in Finder / open URL in browser
Tab / Accept autocomplete suggestion
Esc Close panel or modal
F1 Show keyboard shortcuts help

Tech Stack

Layer Technology
App shell Tauri 2.x (Rust)
UI React 19 + TypeScript + Vite 6
Terminal renderer xterm.js 5.3 + WebGL addon
PTY backend portable-pty (Rust / async Tokio)
State management Zustand 5 + Immer
Pane splitting allotment
Settings persistence tauri-plugin-store

Architecture Highlights

  • Zero system modifications — shell integration scripts live in ~/.config/glacier/ and are injected via environment variables. Your .zshrc, .bashrc, and Fish config are never touched.
  • Streaming OSC parser — a custom state machine in Rust parses OSC sequences (cwd tracking, autocomplete hints, semantic prompts) in real time without buffering the entire PTY stream.
  • Base64-safe IPC — raw PTY bytes are base64-encoded across the Tauri boundary so incomplete UTF-8 sequences at chunk boundaries never corrupt the terminal state.
  • Pane tree — panes are stored as a binary tree (leaf | split), making recursive layout, split, and close operations trivial and predictable.
  • Self-contained toolslsd is bundled inside the .app and extracted to ~/Library/Application Support/com.glacier.app/bin/ on first launch. Shell integration scripts prepend this directory to PATH automatically.

Development

You need a Mac with Rust and Node.js 20+ installed.

# Install dependencies
npm install

# Run in dev mode (hot reload for both Rust and TypeScript)
npm run tauri dev

# Build a release DMG
npm run tauri build

Roadmap

  • PTY core (create / write / resize / kill sessions)
  • Auto-tiling pane tree with draggable splits
  • Shell integration (Fish, Zsh, Bash) — cwd tracking, autocomplete
  • Cmd+click path / URL handling
  • Copy / paste with bracketed paste support
  • Live theme, font, and background settings
  • Built-in help panel with shortcuts
  • Inline autocomplete fix
  • Search / find in terminal
  • Custom keybindings
  • Plugin system for custom OSC handlers
  • Windows / Linux port

For Maintainers: Releasing

  1. Build: npm run tauri build
  2. Draft a release on GitHub, tag it (e.g. v0.1.0)
  3. Attach the .dmg from src-tauri/target/release/bundle/dmg/

Note: The Mac App Store is not an option — sandboxing breaks PTY access, shell spawning, and Finder integration. Terminal apps and the App Store don't mix.

Future: Submit a Homebrew Cask once you have a few releases so users can brew install --cask glacier-terminal.

Feedback & Contributing

Glacier is early. If you have ideas, find bugs, or just want to rant about terminals, open an issue or start a discussion. Every piece of feedback shapes what the next release looks like.

Pull requests are welcome for small, focused improvements. For larger changes, please open an issue first so we can align on direction.

License

Glacier itself is licensed under the MIT License. See LICENSE.

This project bundles a prebuilt binary of lsd, which is licensed under the Apache License 2.0. The lsd binary and its license are included in src-tauri/resources/lsd/.