All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Fresh Terminal IDE: Single Binary IDE with LSP Support and Remote Editing

By

_sinelaw_

5mo ago· 3 min readenNews

Summary

Fresh is a terminal-based integrated development environment (IDE) that runs as a single static binary with instant startup. It features broad Language Server Protocol (LSP) support, allowing multiple LSP servers per language with feature routing and merged completions. The IDE includes project-wide search, magit-style diff review, huge-file editing capabilities, SSH remote editing, and TypeScript plugin support. It automatically detects project workspace roots from configurable markers like Cargo.toml or package.json and comes with pre-configured settings for Python development.

Key quotes

· 4 pulled
Run multiple LSP servers per language (for example pylsp + pyright) with feature routing and merged completions.
Per-project workspace roots detected from configurable markers like Cargo.toml or package.json.
One static binary, instant startup, broad LSP coverage, magit-style diff review, project-wide search, huge-file editing, SSH remote editing, and TypeScript plugins.
Configs shipped for Py
Snippet from the RSS feed
Fresh is a terminal IDE. One static binary, instant startup, broad LSP coverage, magit-style diff review, project-wide search, huge-file editing, SSH remote editing, and TypeScript plugins.

You might also wanna read