{"id":50629540,"url":"https://github.com/gabe565/webos-dev-mode","last_synced_at":"2026-06-06T20:30:38.577Z","repository":{"id":266915683,"uuid":"899751547","full_name":"gabe565/webos-dev-mode","owner":"gabe565","description":"A command-line tool to extend the webOS dev mode session timer.","archived":false,"fork":false,"pushed_at":"2026-05-27T20:14:40.000Z","size":90,"stargazers_count":2,"open_issues_count":23,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-27T22:10:54.953Z","etag":null,"topics":["webos","webos-tv"],"latest_commit_sha":null,"homepage":"","language":"Go","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/gabe565.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":".github/CODEOWNERS","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":"2024-12-06T23:50:03.000Z","updated_at":"2026-04-03T15:52:35.000Z","dependencies_parsed_at":"2024-12-07T01:18:31.962Z","dependency_job_id":"6032c396-4e40-4771-93dd-6ed4973c4097","html_url":"https://github.com/gabe565/webos-dev-mode","commit_stats":null,"previous_names":["gabe565/go-lg-dev-mode","gabe565/webos-dev-mode"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gabe565/webos-dev-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fwebos-dev-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fwebos-dev-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fwebos-dev-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fwebos-dev-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabe565","download_url":"https://codeload.github.com/gabe565/webos-dev-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fwebos-dev-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33999579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["webos","webos-tv"],"created_at":"2026-06-06T20:30:37.769Z","updated_at":"2026-06-06T20:30:38.569Z","avatar_url":"https://github.com/gabe565.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webOS Dev Mode CLI\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/gabe565/webos-dev-mode)](https://github.com/gabe565/webos-dev-mode/releases)\n[![Build](https://github.com/gabe565/webos-dev-mode/actions/workflows/build.yml/badge.svg)](https://github.com/gabe565/webos-dev-mode/actions/workflows/build.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gabe565/webos-dev-mode)](https://goreportcard.com/report/github.com/gabe565/webos-dev-mode)\n\nA command-line tool to extend the webOS dev mode session timer.\n\n## Installation\n\n### Docker\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n\nA Docker image is available at [ghcr.io/gabe565/webos-dev-mode](https://ghcr.io/gabe565/webos-dev-mode)\n\n```shell\nsudo docker run --rm -it ghcr.io/gabe565/webos-dev-mode cron --token SESSION_TOKEN\n```\n\u003c/details\u003e\n\n### Homebrew (macOS, Linux)\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n\nInstall webos-dev-mode from [gabe565/homebrew-tap](https://github.com/gabe565/homebrew-tap):\n```shell\nbrew install gabe565/tap/webos-dev-mode\n```\n\u003c/details\u003e\n\n### APT (Ubuntu, Debian)\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n\n1. If you don't have it already, install the `ca-certificates` package\n   ```shell\n   sudo apt install ca-certificates\n   ```\n\n2. Add gabe565 apt repository\n   ```\n   echo 'deb [trusted=yes] https://apt.gabe565.com /' | sudo tee /etc/apt/sources.list.d/gabe565.list\n   ```\n\n3. Update apt repositories\n   ```shell\n   sudo apt update\n   ```\n\n4. Install webos-dev-mode\n   ```shell\n   sudo apt install webos-dev-mode\n   ```\n\u003c/details\u003e\n\n### RPM (CentOS, RHEL)\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n\n1. If you don't have it already, install the `ca-certificates` package\n   ```shell\n   sudo dnf install ca-certificates\n   ```\n\n2. Add gabe565 rpm repository to `/etc/yum.repos.d/gabe565.repo`\n   ```ini\n   [gabe565]\n   name=gabe565\n   baseurl=https://rpm.gabe565.com\n   enabled=1\n   gpgcheck=0\n   ```\n\n3. Install webos-dev-mode\n   ```shell\n   sudo dnf install webos-dev-mode\n   ```\n\u003c/details\u003e\n\n### AUR (Arch Linux)\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n\nInstall [webos-dev-mode-bin](https://aur.archlinux.org/packages/webos-dev-mode-bin) with your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) of choice.\n\u003c/details\u003e\n\n### Manual Installation\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n\nDownload and run the [latest release binary](https://github.com/gabe565/webos-dev-mode/releases/latest) for your system and architecture.\n\u003c/details\u003e\n\n## Usage\n\n1. Set up the webOS dev mode by following the [webosbrew](https://www.webosbrew.org/devmode/) guide.\n3. Fetch the session token:\n   ```shell\n   ares-novacom --run 'cat /var/luna/preferences/devmode_enabled; echo'\n   ```\n\nNow you are ready to run `webos-dev-mode` commands.\n- To extend the webOS dev mode session:\n  ```shell\n  webos-dev-mode extend --token SESSION_TOKEN\n  ```\n- To run a task which will extend the webOS dev mode session once per day:\n  ```shell\n  webos-dev-mode cron --token SESSION_TOKEN\n  ```\n- To check the current session expiration:\n  ```shell\n  webos-dev-mode check --token SESSION_TOKEN\n  ```\n\nFlag values can also be set using environment variables. To do this, capitalize all characters, replace `-` with `_`, and prefix with `WEBOS_`. For example, `--token=example` would become `WEBOS_TOKEN=example`, and `--request-timeout=10m` would become `WEBOS_REQUEST_TIMEOUT=10m`.\n\nFor full command-line reference, see [docs](docs/webos-dev-mode.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Fwebos-dev-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabe565%2Fwebos-dev-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Fwebos-dev-mode/lists"}