Native services where they count.
Mountain handles window management, file I/O, child processes, terminal IPC, and extension communication through Tauri - using the ActionEffect system for declarative, dispatchable operations. Echo provides work-stealing scheduler primitives for bounded background work.Heavy editor operations run in the native process, not the WebView. The separation is structural: the IPC boundary exists in the source regardless of which features are enabled in a given build.
