{"id":45978684,"url":"https://github.com/zero8dotdev/install-godspeed-daemon","last_synced_at":"2026-02-28T17:11:13.947Z","repository":{"id":274965305,"uuid":"923531766","full_name":"zero8dotdev/install-godspeed-daemon","owner":"zero8dotdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-16T07:01:29.000Z","size":57401,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T09:58:18.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zero8dotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-28T12:19:52.000Z","updated_at":"2025-07-16T07:01:32.000Z","dependencies_parsed_at":"2025-04-09T12:23:21.669Z","dependency_job_id":"0b51579e-f1e1-41b7-824a-661c6b6732bb","html_url":"https://github.com/zero8dotdev/install-godspeed-daemon","commit_stats":null,"previous_names":["zero8dotdev/install-godspeed-daemon"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zero8dotdev/install-godspeed-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Finstall-godspeed-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Finstall-godspeed-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Finstall-godspeed-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Finstall-godspeed-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zero8dotdev","download_url":"https://codeload.github.com/zero8dotdev/install-godspeed-daemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Finstall-godspeed-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29943927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"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":[],"created_at":"2026-02-28T17:11:13.462Z","updated_at":"2026-02-28T17:11:13.927Z","avatar_url":"https://github.com/zero8dotdev.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# godspeed-daemon Installation Guide\r\n\r\n## Introduction\r\n\r\n`godspeed-daemon` is a cross-platform daemon that can be installed and run on Windows, macOS, and Linux. This guide will walk you through the installation process for each operating system using the new simplified installation commands.\r\n\r\n## Prerequisites\r\n\r\nBefore proceeding with the installation, ensure you have the following:\r\n- Administrator/root privileges (required for installation).\r\n- **Windows**: A Windows 7 or later version.\r\n- **macOS**: macOS 10.14 (Mojave) or later.\r\n- **Linux**: Any Linux-based system (Ubuntu, Debian, CentOS, etc.).\r\n\r\n## Installation\r\n\r\n### 1. Windows Installation\r\n\r\n1. **Open PowerShell as Administrator**:\r\n   - Press `Win + X` and select \"Windows PowerShell (Admin)\".\r\n   - Alternatively, you can search for \"PowerShell\", right-click on it, and select \"Run as Administrator\".\r\n\r\n2. **Run the Installation Command**:\r\n   - Copy and paste the following command into PowerShell and press Enter:\r\n\r\n     ```powershell\r\n     Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/zero8dotdev/install-godspeed-daemon/main/install.ps1\" -OutFile \"install.ps1\"; Start-Process powershell -ArgumentList \"-File .\\install.ps1\" -Verb RunAs\r\n     ```\r\n\r\n3. **Follow the Script**:\r\n   - The script will automatically download and install `godspeed-daemon` by executing the necessary steps.\r\n   - It will download the `install.ps1` file, run it, and install the `godspeed-daemon` to the appropriate location.\r\n\r\n4. **Verify the Installation**:\r\n   - After the installation completes, open a new PowerShell window and type the following command:\r\n\r\n     ```powershell\r\n     godspeed-daemon\r\n     ```\r\n\r\n   - You should see the `godspeed-daemon` daemon running.\r\n\r\n---\r\n\r\n### 2. macOS Installation\r\n\r\n1. **Open the Terminal**:\r\n   - Press `Cmd + Space`, type \"Terminal\", and press Enter to open the Terminal.\r\n\r\n2. **Run the Installation Command**:\r\n   - Copy and paste the following command into the Terminal and press Enter:\r\n\r\n     ```bash\r\n     curl -fsSL https://raw.githubusercontent.com/zero8dotdev/install-godspeed-daemon/main/install.sh | sudo bash\r\n     ```\r\n\r\n3. **Enter Your Password**:\r\n   - You will be prompted to enter your macOS password to grant administrative privileges.\r\n\r\n4. **Follow the Script**:\r\n   - The script will automatically download and install `godspeed-daemon` by executing the necessary steps.\r\n   - It will install the `godspeed-daemon` binary to `/usr/local/bin`.\r\n\r\n5. **Verify the Installation**:\r\n   - After the installation completes, open a new Terminal window and type the following command:\r\n\r\n     ```bash\r\n     godspeed-daemon\r\n     ```\r\n\r\n   - You should see the `godspeed-daemon` daemon running.\r\n\r\n---\r\n\r\n### 3. Linux Installation\r\n\r\n1. **Open the Terminal**:\r\n   - Press `Ctrl + Alt + T` (or open the terminal from your application menu).\r\n\r\n2. **Run the Installation Command**:\r\n   - Copy and paste the following command into the Terminal and press Enter:\r\n\r\n     ```bash\r\n     curl -fsSL https://raw.githubusercontent.com/zero8dotdev/install-godspeed-daemon/main/install.sh | sudo bash\r\n     ```\r\n\r\n3. **Enter Your Password**:\r\n   - You will be prompted to enter your Linux password to grant administrative privileges.\r\n\r\n4. **Follow the Script**:\r\n   - The script will automatically download and install `godspeed-daemon` by executing the necessary steps.\r\n   - It will install the `godspeed-daemon` binary to `/usr/local/bin`.\r\n\r\n5. **Verify the Installation**:\r\n   - After the installation completes, open a new Terminal window and type the following command:\r\n\r\n     ```bash\r\n     godspeed-daemon\r\n     ```\r\n\r\n   - You should see the `godspeed-daemon` daemon running.\r\n\r\n---\r\n\r\n## Troubleshooting\r\n\r\n1. **Command Not Found on Windows**:\r\n   - If the `godspeed-daemon` command is not recognized after installation, ensure the executable is added to the system PATH.\r\n   - You can verify this by typing `echo %PATH%` in PowerShell. If the installation directory is not included, follow the manual steps to add the path to your environment variables.\r\n\r\n2. **Permission Issues**:\r\n   - On macOS and Linux, ensure you have the correct permissions to run the scripts. If necessary, re-run the script using `sudo` to gain administrative privileges.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero8dotdev%2Finstall-godspeed-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero8dotdev%2Finstall-godspeed-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero8dotdev%2Finstall-godspeed-daemon/lists"}