{"id":13554211,"url":"https://github.com/npezza93/archipelago","last_synced_at":"2025-08-28T20:31:24.671Z","repository":{"id":37863296,"uuid":"99458738","full_name":"npezza93/archipelago","owner":"npezza93","description":"A minimalist open-source terminal emulator built on web technology","archived":false,"fork":false,"pushed_at":"2024-11-05T12:25:59.000Z","size":66402,"stargazers_count":52,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T12:21:09.723Z","etag":null,"topics":["electron","terminal-emulators"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/npezza93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-06T02:11:34.000Z","updated_at":"2025-03-06T18:25:57.000Z","dependencies_parsed_at":"2023-02-14T16:01:45.407Z","dependency_job_id":"e7d03263-d4d4-4d8a-bc08-e5142e39c201","html_url":"https://github.com/npezza93/archipelago","commit_stats":null,"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/npezza93/archipelago","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Farchipelago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Farchipelago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Farchipelago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Farchipelago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npezza93","download_url":"https://codeload.github.com/npezza93/archipelago/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Farchipelago/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272550329,"owners_count":24953718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","terminal-emulators"],"created_at":"2024-08-01T12:02:42.236Z","updated_at":"2025-08-28T20:31:24.188Z","avatar_url":"https://github.com/npezza93.png","language":"Swift","funding_links":[],"categories":["JavaScript","electron","Swift"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/npezza93/archipelago#gh-light-mode-only\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/npezza93/archipelago/main/.github/logo-light.svg#gh-light-mode-only\" width=\"350\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/npezza93/archipelago#gh-dark-mode-only\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/npezza93/archipelago/main/.github/logo-dark.svg#gh-dark-mode-only\" width=\"350\"\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    Archipelago is an open-source terminal emulator built on web technology.\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/npezza93/archipelago/releases/download/v6.0.0/Archipelago.zip\"\u003eDownload now!\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Why?\n\nArchipelago is inspired by [Hyper](https://github.com/zeit/hyper). I\nstarted using Hyper as my default terminal while it was in beta and into\nv1. It was by far the coolest, best looking, minimal, and extensible\nterminal emulator I had used. But, I found it to be really slow, to the\npoint where if I was going to run a command that I knew would have a lot of\noutput, I would opt for using a different terminal. Along with that,\noccasionally buffers would overlap making the terminal unreadable and\nforce me to restart.\n\nAt the time Hyper was using [Hterm](https://github.com/chromium/hterm)\nwhich was the culprit of all my issues, so I found the\n[Xterm.js](https://xtermjs.org/) project which solved all these problems\nand I started making Archipelago.\n\n![Screenshot](https://raw.githubusercontent.com/npezza93/archipelago/main/.github/screenshot.png)\n\n## Get Archipelago\n\n### macOS\n\nUse Homebrew Cask to download the app by running the following\n\n```bash\n❯ brew install --cask archipelago\n```\n\nor\n\n[Download](https://archipelago-terminal.herokuapp.com/download/osx)\n\n## Contributing\n\nBug reports and pull requests are welcome on [GitHub](https://github.com/npezza93/archipelago).\n\n## Development\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 [here](https://yarnpkg.com/en/docs/install).\n\nClone the repo then run `cd archipelago/WebView; bun install` in your console.\nThen open the app in Xcode.\n\n## Releasing\n\n- Create archive in Xcode with new version\n- Export notarized app to dist/\n- Create release in GitHub for new version\n- create zip file (`ditto -c -k --keepParent dist/Archipelago.app\n  dist/Archipelago.zip`)\n\n## License\n\nArchipelago is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpezza93%2Farchipelago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpezza93%2Farchipelago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpezza93%2Farchipelago/lists"}