{"id":15657601,"url":"https://github.com/nwtgck/piping-server-pkg","last_synced_at":"2025-04-16T05:49:20.058Z","repository":{"id":34719332,"uuid":"163570677","full_name":"nwtgck/piping-server-pkg","owner":"nwtgck","description":" Piping Server as portable executable","archived":false,"fork":false,"pushed_at":"2024-07-10T06:54:29.000Z","size":311,"stargazers_count":23,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T05:04:13.350Z","etag":null,"topics":["arm","binary","executable","http-server","linux","macos","piping-server","portable","streaming","transfer","windows"],"latest_commit_sha":null,"homepage":"","language":null,"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/nwtgck.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}},"created_at":"2018-12-30T07:42:43.000Z","updated_at":"2024-12-30T22:23:59.000Z","dependencies_parsed_at":"2024-10-23T05:45:06.063Z","dependency_job_id":"090e3646-7574-4d5a-a779-824755646298","html_url":"https://github.com/nwtgck/piping-server-pkg","commit_stats":null,"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fpiping-server-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fpiping-server-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fpiping-server-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Fpiping-server-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwtgck","download_url":"https://codeload.github.com/nwtgck/piping-server-pkg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249204718,"owners_count":21229791,"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","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":["arm","binary","executable","http-server","linux","macos","piping-server","portable","streaming","transfer","windows"],"created_at":"2024-10-03T13:08:41.698Z","updated_at":"2025-04-16T05:49:20.031Z","avatar_url":"https://github.com/nwtgck.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# piping-server-pkg\n[![CI](https://github.com/nwtgck/piping-server-pkg/actions/workflows/ci.yml/badge.svg)](https://github.com/nwtgck/piping-server-pkg/actions/workflows/ci.yml)\n\n[Piping Server](https://github.com/nwtgck/piping-server) into an portable executable by [vercel/pkg](https://github.com/vercel/pkg) for Linux, macOS, Windows and Alpine\n\n## Run on Linux (x64, amd64)\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ncurl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -\n./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8888\n```\n\n## Run on Linux (ARM64)\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ncurl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf -\n./piping-server-pkg-linuxstatic-arm64/piping-server --http-port=8888\n```\n\n## Run on Linux (ARMv7 32bit)\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ncurl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf -\n./piping-server-pkg-linuxstatic-armv7/piping-server --http-port=8888\n```\n\n\n## Run on macOS (Intel)\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ncurl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-mac-x64.tar.gz | tar xzvf -\nxattr -d com.apple.quarantine ./piping-server-pkg-mac-x64/piping-server\n./piping-server-pkg-mac-x64/piping-server --http-port=8888\n```\n\n## Run on macOS (Apple Silicon)\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ncurl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-mac-arm64.tar.gz | tar xzvf -\n./piping-server-pkg-mac-arm64/piping-server --http-port=8888\n```\n\n## Brew\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\nbrew install nwtgck/piping-server-pkg/piping-server\npiping-server --http-port=8888\n```\n\nYou can brew-install on both macOS and Linux. Repository: \u003chttps://github.com/nwtgck/homebrew-piping-server-pkg\u003e\n\n## Run on Windows\n\nDownload zip from \u003chttps://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-win-x64.zip\u003e, extract it and run the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```ps1\n.\\piping-server.exe --http-port=8888\n```\n\n## Run on Alpine\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ncurl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-alpine-x64.tar.gz | tar xzvf -\n./piping-server-pkg-alpine-x64/piping-server --http-port=8888\n```\n\nOther built binaries found in \u003chttps://github.com/nwtgck/piping-server-pkg/releases\u003e \n\n## Docker\n\nRun the command below, and a server runs on \u003chttp://localhost:8888\u003e.\n\n```bash\ndocker run -p 8888:8888 nwtgck/piping-server-pkg --http-port=8888\n```\n\u003chttps://github.com/nwtgck/docker-piping-server-pkg\u003e\n\n## Automation\n\nThese releases are automatically published by GitHub Actions.\n\n## Generate executables in local\n\n```bash\ncd \u003cthis repo\u003e\nnpm ci\nnpm run build-x64\n```\n\n```bash\ncd \u003cthis repo\u003e\nnpm ci\nnpm run build-arm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Fpiping-server-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwtgck%2Fpiping-server-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Fpiping-server-pkg/lists"}