是什么 ? | : | a beautiful terminal built with modern web technologies which runs on top of Github's Electron. |
开发语言 | : | HTML、CSS、JavaScript、Node.js |
官方主页 | : | https://hyper.is |
源码仓库 | : | https://github.com/zeit/hyper |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | Chocolatey | choco install -y hyper |
macOS | HomeBrew | brew install hyper |
pacman | sudo pacman -Syyu --noconfirm |
step1、使用curl命令下载预编译好的hyper
二进制文件
curl -L https://releases.hyper.is/download/AppImage -o hyper.AppImage
step2、修改hyper.AppImage
使其具有执行权限
chmod a+x hyper.AppImage
step3、执行hyper.AppImage
./hyper.AppImage