[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-966":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},966,"hyper","vercel\u002Fhyper","vercel","A terminal built on web technologies","https:\u002F\u002Fhyper.is",null,"TypeScript",44595,3559,472,946,0,1,5,39,3,45,"MIT License",false,"canary",[26,27,5,28,29,30,31,32,33],"css","html","javascript","linux","macos","react","terminal","terminal-emulators","2026-06-12 02:00:21","![](https:\u002F\u002Fassets.vercel.com\u002Fimage\u002Fupload\u002Fv1549723846\u002Frepositories\u002Fhyper\u002Fhyper-3-repo-banner.png)\n\n\u003Cp align=\"center\">\n  \u003Ca aria-label=\"Vercel logo\" href=\"https:\u002F\u002Fvercel.com\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FMADE%20BY%20Vercel-000000.svg?style=for-the-badge&logo=vercel&labelColor=000000&logoWidth=20\">\n  \u003C\u002Fa>\n \u003C\u002Fp>\n  \n[![Node CI](https:\u002F\u002Fgithub.com\u002Fvercel\u002Fhyper\u002Fworkflows\u002FNode%20CI\u002Fbadge.svg?event=push)](https:\u002F\u002Fgithub.com\u002Fvercel\u002Fhyper\u002Factions?query=workflow%3A%22Node+CI%22+branch%3Acanary+event%3Apush)\n[![Changelog #213](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fchangelog-%23213-lightgrey.svg)](https:\u002F\u002Fchangelog.com\u002F213)\n\nFor more details, head to: https:\u002F\u002Fhyper.is\n\n## Project goals\n\nThe goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.\n\nIn the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.\n\n## Usage\n\n[Download the latest release!](https:\u002F\u002Fhyper.is\u002F#installation)\n\n### Linux\n#### Arch and derivatives\nHyper is available in the [AUR](https:\u002F\u002Faur.archlinux.org\u002Fpackages\u002Fhyper\u002F). Use an AUR [package manager](https:\u002F\u002Fwiki.archlinux.org\u002Findex.php\u002FAUR_helpers) e.g. [paru](https:\u002F\u002Fgithub.com\u002FMorganamilo\u002Fparu)\n\n```sh\nparu -S hyper\n```\n\n#### NixOS\nHyper is available as [Nix package](https:\u002F\u002Fgithub.com\u002FNixOS\u002Fnixpkgs\u002Fblob\u002Fmaster\u002Fpkgs\u002Fapplications\u002Fmisc\u002Fhyper\u002Fdefault.nix), to install the app run this command:\n\n```sh\nnix-env -i hyper\n```\n\n### macOS\n\nUse [Homebrew Cask](https:\u002F\u002Fbrew.sh) to download the app by running these commands:\n\n```bash\nbrew update\nbrew install --cask hyper\n```\n\n### Windows\n\nUse [chocolatey](https:\u002F\u002Fchocolatey.org\u002F) to install the app by running the following command (package information can be found [here](https:\u002F\u002Fchocolatey.org\u002Fpackages\u002Fhyper\u002F)):\n\n```bash\nchoco install hyper\n```\n\n**Note:** The version available on [Homebrew Cask](https:\u002F\u002Fbrew.sh), [Chocolatey](https:\u002F\u002Fchocolatey.org), [Snapcraft](https:\u002F\u002Fsnapcraft.io\u002Fstore) or the [AUR](https:\u002F\u002Faur.archlinux.org) may not be the latest. Please consider downloading it from [here](https:\u002F\u002Fhyper.is\u002F#installation) if that's the case.\n\n## Contribute\n\nRegardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https:\u002F\u002Fyarnpkg.com\u002Fen\u002Fdocs\u002Finstall.\n\n1. Install necessary packages:\n  * Windows\n    - Be sure to run  `yarn global add windows-build-tools` from an elevated prompt (as an administrator) to install `windows-build-tools`.\n  * macOS\n    - Once you have installed Yarn, you can skip this section!\n  * Linux (You can see [here](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FList_of_Linux_distributions) what your Linux is based on.)\n    - RPM-based\n        + `GraphicsMagick`\n        + `libicns-utils`\n        + `xz` (Installed by default on some distributions.)\n    - Debian-based\n        + `graphicsmagick`\n        + `icnsutils`\n        + `xz-utils`\n2. [Fork](https:\u002F\u002Fhelp.github.com\u002Farticles\u002Ffork-a-repo\u002F) this repository to your own GitHub account and then [clone](https:\u002F\u002Fhelp.github.com\u002Farticles\u002Fcloning-a-repository\u002F) it to your local device\n3. Install the dependencies: `yarn`\n4. Build the code and watch for changes: `yarn run dev`\n5. To run `hyper`\n  * `yarn run app` from another terminal tab\u002Fwindow\u002Fpane\n  * If you are using **Visual Studio Code**, select `Launch Hyper` in debugger configuration to launch a new Hyper instance with debugger attached.\n  * If you interrupt `yarn run dev`, you'll need to relaunch it each time you want to test something. Webpack will watch changes and will rebuild renderer code when needed (and only what have changed). You'll just have to relaunch electron by using yarn run app or VSCode launch task.\n\nTo make sure that your code works in the finished application, you can generate the binaries like this:\n\n```bash\nyarn run dist\n```\n\nAfter that, you will see the binary in the `.\u002Fdist` folder!\n\n#### Known issues that can happen during development\n\n##### Error building `node-pty`\n\nIf after building during development you get an alert dialog related to `node-pty` issues,\nmake sure its build process is working correctly by running `yarn run rebuild-node-pty`.\n\nIf you are on macOS, this typically is related to Xcode issues (like not having agreed\nto the Terms of Service by running `sudo xcodebuild` after a fresh Xcode installation).\n\n##### Error with `C++` on macOS when running `yarn`\n\nIf you are getting compiler errors when running `yarn` add the environment variable `export CXX=clang++`\n\n##### Error with `codesign` on macOS when running `yarn run dist`\n\nIf you have issues in the `codesign` step when running `yarn run dist` on macOS, you can temporarily disable code signing locally by setting\n`export CSC_IDENTITY_AUTO_DISCOVERY=false` for the current terminal session.\n\n## Related Repositories\n\n- [Website](https:\u002F\u002Fgithub.com\u002Fvercel\u002Fhyper-site)\n- [Sample Extension](https:\u002F\u002Fgithub.com\u002Fvercel\u002Fhyperpower)\n- [Sample Theme](https:\u002F\u002Fgithub.com\u002Fvercel\u002Fhyperyellow)\n- [Awesome Hyper](https:\u002F\u002Fgithub.com\u002Fbnb\u002Fawesome-hyper)\n","Hyper 是一个基于 Web 技术构建的终端。它利用了 HTML、CSS 和 JavaScript 等前端技术栈，并结合 React 框架来提供一个美观且可扩展的命令行界面体验。其核心功能包括自定义主题和插件支持，允许用户根据个人喜好调整外观或添加新特性。Hyper 适合需要跨平台使用（支持 Linux、macOS 和 Windows）并希望拥有更个性化操作环境的开发者或系统管理员使用。MIT 许可证下开源，社区活跃，确保了项目的持续发展与创新。",2,"2026-06-11 02:40:35","top_all"]