{"id":33565770,"url":"https://github.com/austin-weeks/browse-term","last_synced_at":"2026-02-15T08:01:32.473Z","repository":{"id":320939847,"uuid":"1083833783","full_name":"austin-weeks/browse-term","owner":"austin-weeks","description":"Browse the web in your terminal!","archived":false,"fork":false,"pushed_at":"2025-11-29T04:26:36.000Z","size":5709,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T08:21:41.851Z","etag":null,"topics":["browser","go","terminal","tui","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/austin-weeks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-26T19:55:58.000Z","updated_at":"2025-11-29T05:41:28.000Z","dependencies_parsed_at":"2025-10-26T22:21:51.967Z","dependency_job_id":null,"html_url":"https://github.com/austin-weeks/browse-term","commit_stats":null,"previous_names":["austin-weeks/browse-term"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/austin-weeks/browse-term","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-weeks%2Fbrowse-term","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-weeks%2Fbrowse-term/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-weeks%2Fbrowse-term/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-weeks%2Fbrowse-term/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austin-weeks","download_url":"https://codeload.github.com/austin-weeks/browse-term/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-weeks%2Fbrowse-term/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29473364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["browser","go","terminal","tui","web"],"created_at":"2025-11-28T03:03:40.181Z","updated_at":"2026-02-15T08:01:32.466Z","avatar_url":"https://github.com/austin-weeks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Latest Version](https://img.shields.io/github/v/tag/austin-weeks/browse-term?label=latest)\n![CICD](https://github.com/austin-weeks/browse-term/actions/workflows/CICD.yaml/badge.svg)\n![Go version](https://img.shields.io/github/go-mod/go-version/austin-weeks/browse-term)\n[![Go Report Card](https://goreportcard.com/badge/github.com/austin-weeks/browse-term)](https://goreportcard.com/report/github.com/austin-weeks/browse-term)\n[![Go Reference](https://pkg.go.dev/badge/github.com/austin-weeks/browse-term.svg)](https://pkg.go.dev/github.com/austin-weeks/browse-term)\n\n# \u003cpicture\u003e\u003cimg height=\"28\" alt=\"Static Badge\" src=\"https://img.shields.io/badge/%24-%230ea5e9?style=flat-square\"\u003e\u003c/picture\u003e BrowseTerm\n\nA minimal web browser for your terminal.\n\n![Browse-Term Preview](./.github/images/preview.gif)\n\n## Installation\n\n### Prerequisites\n\n- A [Nerd Font](https://www.nerdfonts.com/) (recommended)\n- A Chromium browser installed (optional, for JavaScript execution)\n\n### Install with Go (Recommended)\n\nInstall the latest version with the [Go](https://go.dev/doc/install) CLI.\n\n```bash\ngo install github.com/austin-weeks/browse-term@latest\n```\n\n### Install a Pre-Built Binary\n\nAlternatively, you can download a pre-built binary from [releases](https://github.com/austin-weeks/browse-term/releases).\n\n## Usage\n\nStart BrowseTerm:\n\n```bash\nbrowse-term\n```\n\nSee the _help_ line at the bottom of the viewport for available keyboard navigation.\n\n### JavaScript Execution\n\nBy default, BrowseTerm uses Chromium to execute JavaScript on page load. This allows you to view content from sites that rely heavily on JavaScript for rendering the initial page.\n\nYou can disable JavaScript with the `--no-js` flag:\n\n```bash\nbrowse-term --no-js\n```\n\n## Configuration\n\nBrowseTerm can be configured via a `yaml` file.\n\nOn startup, it will look for a config file at `~/.config/browse-term/config.yaml`\n\nExample `config.yaml`\n\n```yaml\ntheme: catppuccin-mocha\n```\n\n### Options\n\n| Name    | Description           | Choices                                                                                                                                | Default       |\n| ------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------- |\n| `theme` | Sets the color scheme | `dark`, `light`, `tokyo-night`, `pink`, `dracula`, `catppuccin-latte`, `catppuccin-frappe`, `catppuccin-macchiato`, `catppuccin-mocha` | `tokyo-night` |\n\n## Project Roadmap\n\n- [x] HTML as rendered markdown\n- [x] Navigation keybinds\n- [x] Tree for page links\n- [x] JavaScript execution on page load\n- [x] Theme Configuration\n- [ ] Page history \u0026 navigation\n- [ ] Image Rendering\n- [x] Prebuilt Binaries in Releases\n\n## Contributing\n\nContributions are welcome! Please open an issue for feature requests or bug reports.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustin-weeks%2Fbrowse-term","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustin-weeks%2Fbrowse-term","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustin-weeks%2Fbrowse-term/lists"}