{"id":16557645,"url":"https://github.com/twlite/lavalink-static","last_synced_at":"2025-08-01T04:04:45.921Z","repository":{"id":135467288,"uuid":"432751789","full_name":"twlite/lavalink-static","owner":"twlite","description":"Simple node module to download lavalink binary","archived":false,"fork":false,"pushed_at":"2021-11-28T15:42:04.000Z","size":2,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-23T04:29:37.910Z","etag":null,"topics":["bot","discord","discord-js","downloader","lavadl","lavalink","lavalink-static","lavaplayer","music","music-bot","node","npm"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/lavalink-static","language":"JavaScript","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/twlite.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}},"created_at":"2021-11-28T15:35:31.000Z","updated_at":"2022-04-18T20:00:22.000Z","dependencies_parsed_at":"2023-05-11T18:45:38.821Z","dependency_job_id":null,"html_url":"https://github.com/twlite/lavalink-static","commit_stats":null,"previous_names":["devsnowflake/lavalink-static","twlite/lavalink-static"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/twlite/lavalink-static","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Flavalink-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Flavalink-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Flavalink-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Flavalink-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twlite","download_url":"https://codeload.github.com/twlite/lavalink-static/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlite%2Flavalink-static/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268166924,"owners_count":24206448,"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-01T02:00:08.611Z","response_time":67,"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":["bot","discord","discord-js","downloader","lavadl","lavalink","lavalink-static","lavaplayer","music","music-bot","node","npm"],"created_at":"2024-10-11T20:08:09.196Z","updated_at":"2025-08-01T04:04:45.867Z","avatar_url":"https://github.com/twlite.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lavalink Static\n\nDownloads **[`Lavalink.jar`](https://github.com/freyacodes/Lavalink)**\n\n# Download Channels\n- latest\n- dev\n\n# Example\n\n## CLI\n\n```sh\n$ lavalink-static --channel=dev --path=./downloads\n```\n\nDownloads lavalink dev build to the given path.\n\n## Regular\n\n```js\nconst lavadl = require(\"lavalink-static\");\n\nlet start;\nlavadl({\n    channel: \"dev\",\n    outPath: `${__dirname}/downloads`,\n    onStart: (url) =\u003e {\n        start = Date.now();\n        console.log(`Downloading lavalink from ${url}`);\n    },\n    onFinish: (path) =\u003e {\n        console.log(`Took ${Date.now() - start}ms\\nPath: ${path}`);\n    },\n    onError: console.error\n});\n```\n\n## Get binary path\n\n```js\nconst downloaded = lavadl.getPath();\nif (!downloaded) console.log(\"No downloads found!\");\nelse console.log(downloaded.path); // ex: { fileName: \"Lavalink-dev.jar\", path: \"...\", channel: \"dev\" }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwlite%2Flavalink-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwlite%2Flavalink-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwlite%2Flavalink-static/lists"}