A native Rust terminal, a real editor beside it, and documents you and your model read from the same file — rendered for you, annotated HTML for the LLM. Built on Tauri, not Electron.
auth.rs. Token refresh moved upstream — I kept theirs and re-applied your retry guard.
edited auth.rs · +14 −6
Floculai opens HTML documents in a visual editor. Comments, @mentions, and tags are stored inside the document itself, so they reach both your teammates and any model that reads the file. You edit it visually; your model reads clean, annotated source. Same file, two readers.
It is the best tool for teams who ship fast. Rollout starts Monday — @Alex owns the copy review for @pricing-page.
@ menu. People, content tags, and element insertion — images, tables, code blocks — from a single keystroke.
For developers and DevOps engineers who live in the terminal and want their workspace, git, and AI in the same window.
Native Rust PTY with output batched to 60 fps and real backpressure handling. No dropped frames, no garbled resizes, no zombie processes.
A CodeMirror editor with syntax for a dozen languages, splittable beside your terminals. It watches the filesystem, so when an agent rewrites a file you have open, the editor reflects the change rather than showing a stale copy. Tabs survive restart.
Markdown renders rich, Mermaid diagrams included. JSON pretty-prints. HTML opens as a visual document. Every file has Raw, Rendered, and Diff modes.
Inline ghost-text completions that know your repo, your package scripts, and your running containers. A chat panel wired to your workspace. Bring your own key — tokens never route through us.
Side-by-side and inline diff views, branch switching, change staging, and PR status badges — all without leaving the keyboard or opening a browser tab.
Fuzzy-find any command and recall shell history across sessions, so you can replay what worked yesterday. Ctrl+K opens it.
Windows first; macOS and Linux are in progress. Every build comes from the same Rust core.
Grab floculai_0.1.1_x64-setup.exe above. It's a standard NSIS installer — no admin rights required for a per-user install.
Double-click the file and follow the two-step wizard. Floculai installs its terminal shell integration automatically.
Open it from the Start menu. Point it at a project folder and your first workspace — terminal, file tree, and git view — is ready.
Add your own API key under Settings → AI to enable ghost-text completions and the chat panel. Keys are stored locally, used only against your provider.
One download, local-first, your own keys. For people who'd rather keep their AI in the terminal than in a separate chat window.