
Termdock
Terminal-centric AI development environment
97 followers
Terminal-centric AI development environment
97 followers
Termdock is a terminal‑centric AI dev environment that unifies multi‑workspace management, multi‑terminal layouts, and Git visualization in one interface. AST search (Tree‑sitter) lets you jump to symbols and dependencies instantly. Run up to 4 windows + PiP for Docker, Redis, logs, tests, and AI tools side‑by‑side. Drag‑and‑paste images to CLI, with large text auto‑compression. Built‑in file tree and prompt libraries keep workflows fast, consistent, and scalable.









Termdock looks like a seriously powerful setup for developers who live in the terminal Managing multiple workspaces, layouts, and tools in one interface could save a ton of context-switching time I’m curious how it handles really large projects with complex dependencies Does the AST search and multi-window setup stay smooth when the workspace scales
Termdock
@prisans Hi Prisans,
On large projects, the AST graph can run slower. It indexes the codebase’s dependencies and calls; deeper node levels add overhead.
Using the API will be faster since it skips graph rendering. The API isn’t available yet and will be opened in a later release. We’re working on performance so you can query directly via the API, with cross‑workspace support.
If you have any concerns, we can pause. Share your project size and key scenarios, and we’ll assess the smoothest path together.
@hcyt The AST explanation really clears things up The idea of adding an API for faster querying sounds like a strong step forward since large projects can get heavy fast An adaptive mode that adjusts based on project size could make a big difference in keeping things smooth Excited to see how performance evolves once the API is live
Termdock
@prisans Thanks for the feedback. I’ll move the node‑depth filter earlier in the pipeline and adjust the algorithm. This should more precisely control load and keep lookups on large projects steady.
Cal ID
Congratulations on the launch hope today brings you amazing results
Termdock
@sanskarix Thanks for the support! We’ll continue to strengthen the integration between Termdock and CLI development tools to make workflows even more seamless.