{"id":19369204,"url":"https://github.com/joystream/old-joystream-builder","last_synced_at":"2026-06-12T06:31:46.424Z","repository":{"id":66359802,"uuid":"160364796","full_name":"Joystream/old-joystream-builder","owner":"Joystream","description":"Docker cross-platform script to build latest joystream binaries","archived":false,"fork":false,"pushed_at":"2018-12-20T16:10:48.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-24T13:48:54.060Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Joystream.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":"2018-12-04T13:50:21.000Z","updated_at":"2019-03-02T07:25:57.000Z","dependencies_parsed_at":"2023-02-23T04:16:00.251Z","dependency_job_id":null,"html_url":"https://github.com/Joystream/old-joystream-builder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Joystream/old-joystream-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fold-joystream-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fold-joystream-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fold-joystream-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fold-joystream-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joystream","download_url":"https://codeload.github.com/Joystream/old-joystream-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joystream%2Fold-joystream-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34232789,"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-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2024-11-10T08:10:02.086Z","updated_at":"2026-06-12T06:31:46.406Z","avatar_url":"https://github.com/Joystream.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Joystream - command line apps builder\n\nCross platform build tool for building latest version of joystream command line apps.\n\n`joyd`: Daemon (aka fullnode server application)\n\n`joycli`: Command line tool (cli)\n\nPre-requisites [docker](#docker)\n\n### Usage\nClone this repo and run the build script:\n\n    git clone https://github.com/joystream/joystream-builder\n    cd joystream-builder/\n    ./build.sh\n\nThe build will create binaries for windows, linux and mac(darwin) in the local `bin/` folder:\n\n    bin/\n    ├── darwin_amd64\n    │   ├── joycli\n    │   └── joyd\n    ├── linux_amd64\n    │   ├── joycli\n    │   └── joyd\n    └── windows_amd64\n        ├── joycli.exe\n        └── joyd.exe\n\n### Install\nAfter a successful build, move your platform binaries into a location in your shell's `PATH`\n\nExample on mac copying to home directory `~/bin` folder:\n\n    mkdir -p ~/bin\n    cp bin/darwin_amd64/* ~/bin\n\nAdd the `bin/` folder to the PATH in your .bashrc or .bash_profile:\n\n    export PATH=\"$PATH:$HOME/bin\"\n\nRun joycli:\n\n    joycli version\n\n..should output the version.\n\n    0.29.0-30-g1dbaa640-joystream\n\n### Connecting to joystream network\n\nConsult the [joystream manual](https://github.com/joystream/joystream-manual)\n\n### Changing build configuration\nThe scripts will build from configured source repo and commit hash set in [build.sh](build.sh)\n\n### \u003ca name=\"docker\"\u003e\u003c/a\u003e Docker\nInstall docker on supported platform:\nhttps://docs.docker.com/install/#supported-platforms\n\n\n### Building Raspberry Pi binaries\n\nRaspberry Pi binaries (ARM5 architecture) can be built with:\n\n    ./build-raspberry.sh\n\n\nwill produce:\n\n    ./bin/linux_arm5/joyd\n    ./bin/linux_arm5/joycli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoystream%2Fold-joystream-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoystream%2Fold-joystream-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoystream%2Fold-joystream-builder/lists"}