{"id":25644501,"url":"https://github.com/sovlookup/bunco","last_synced_at":"2026-05-01T12:31:14.019Z","repository":{"id":278890132,"uuid":"937085018","full_name":"SOVLOOKUP/bunco","owner":"SOVLOOKUP","description":"Compile JS/TS to one single executable file using Bun. Alternative for pkg nexe and ncc but fastest.","archived":false,"fork":false,"pushed_at":"2025-04-05T04:49:29.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T05:28:54.243Z","etag":null,"topics":["bun","cross-compile","ncc","nexe","nodejs","pkg"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SOVLOOKUP.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}},"created_at":"2025-02-22T09:49:11.000Z","updated_at":"2025-04-05T04:49:32.000Z","dependencies_parsed_at":"2025-02-22T11:19:13.502Z","dependency_job_id":null,"html_url":"https://github.com/SOVLOOKUP/bunco","commit_stats":null,"previous_names":["sovlookup/bunc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SOVLOOKUP/bunco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOVLOOKUP%2Fbunco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOVLOOKUP%2Fbunco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOVLOOKUP%2Fbunco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOVLOOKUP%2Fbunco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SOVLOOKUP","download_url":"https://codeload.github.com/SOVLOOKUP/bunco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOVLOOKUP%2Fbunco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280979467,"owners_count":26423964,"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-10-25T02:00:06.499Z","response_time":81,"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":["bun","cross-compile","ncc","nexe","nodejs","pkg"],"created_at":"2025-02-23T08:18:05.484Z","updated_at":"2025-10-25T15:45:08.128Z","avatar_url":"https://github.com/SOVLOOKUP.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bunco\n\nCompile JS/TS to one single executable file using Bun. Alternative for pkg and ncc.\n\n - compile \n\n```bash\n$ bun x bunco ./src/main.ts\n./compile\n│ \n└─main-windows-x64.exe\n```\n\n - cross compile and compress\n\n```bash\n$ bun x bunco -t all -c ./src/main.ts\n./compile\n│  main-darwin-arm64\n│  main-darwin-x64\n│  main-linux-arm64\n│  main-linux-x64\n│  main-windows-x64.exe\n│\n└─compressed\n        main-darwin-arm64.7z\n        main-darwin-x64.7z\n        main-linux-arm64.7z\n        main-linux-x64.7z\n        main-windows-x64.7z\n```\n\n## bunco -h \n\n```bash\n$ bunco -h           \nUsage: bunco [options] \u003cinputFile \u003cstring\u003e\u003e\n\nCLI to compile JS/TS file to one single executable file using Bun\n\nArguments:\n  inputFile \u003cstring\u003e        file to compile\n\nOptions:\n  -V, --version             output the version number\n  -t, --target \u003cstring\u003e     platform/arch target | support: all or linux-x64,linux-arm64,windows-x64,darwin-x64,darwin-arm64\n  -o, --outputDir \u003cstring\u003e  output directory | default: compile\n  -n, --name \u003cstring\u003e       output name\n  -i, --iconPath \u003cstring\u003e   icon path\n  -c, --compress            compress output to outputDir/compressed\n  -m, --hideConsole         hide console window\n  -b, --bytecode            compile to bytecode\n  -h, --help                display help for command\n```\n\n## API\n\n```ts\nimport { compile } from \"bunco\"\n\nawait compile({\n  outputDir,\n  inputFile,\n  target,\n  compress,\n  hideConsole,\n  icon,\n  name,\n  bytecode,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsovlookup%2Fbunco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsovlookup%2Fbunco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsovlookup%2Fbunco/lists"}