# ash-terminal **Repository Path**: fenlinu/ash-terminal ## Basic Information - **Project Name**: ash-terminal - **Description**: ASH打造下一代智能终端解决方案,通过深度融合人工智能与传统SSH协议,为开发者和运维工程师提供高效、智能的命令行体验,降低运维门槛,提升工作效率。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ash-terminal 使用Electron + React + TypeScript + Tailwind + Jotai构建的终端。 ## Project Setup ### Install ```bash $ yarn ``` ### Development ```bash $ yarn dev ``` ### Build ```bash # For windows $ yarn build:win # For macOS $ yarn build:mac # For Linux $ yarn build:linux ```