{"id":39423682,"url":"https://github.com/automation64/installer64","last_synced_at":"2026-04-02T17:59:44.709Z","repository":{"id":193874526,"uuid":"689352789","full_name":"automation64/installer64","owner":"automation64","description":"Installer64 is a collection of one-line installers designed to quickly deploy tools and applications in ephemeral environments and regular operating systems.","archived":false,"fork":false,"pushed_at":"2026-03-29T11:23:04.000Z","size":2127,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T14:17:01.546Z","etag":null,"topics":["automation","installer"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automation64.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-09T14:37:47.000Z","updated_at":"2026-03-29T11:22:44.000Z","dependencies_parsed_at":"2026-01-18T04:11:25.835Z","dependency_job_id":null,"html_url":"https://github.com/automation64/installer64","commit_stats":null,"previous_names":["automation64/installer64"],"tags_count":139,"template":false,"template_full_name":null,"purl":"pkg:github/automation64/installer64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation64%2Finstaller64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation64%2Finstaller64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation64%2Finstaller64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation64%2Finstaller64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automation64","download_url":"https://codeload.github.com/automation64/installer64/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation64%2Finstaller64/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["automation","installer"],"created_at":"2026-01-18T03:58:20.145Z","updated_at":"2026-04-02T17:59:44.688Z","avatar_url":"https://github.com/automation64.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# installer64\n\n![License](https://img.shields.io/github/license/automation64/installer64)\n![GitHub stars](https://img.shields.io/github/stars/automation64/installer64?style=social)\n![GitHub forks](https://img.shields.io/github/forks/automation64/installer64?style=social)\n![Release Downloads](https://img.shields.io/github/downloads/automation64/installer64/total)\n\n🚀 **One-Line installers for Tools and Applications**\n\n---\n\n## 📌 Overview\n\n**Installer64** is a collection of one-line installers designed to quickly deploy tools and applications in ephemeral environments (containers, CI/CD runners, etc.), and regular operating systems.\n\n**⚠️ Important Note:** **Installer64** is **not** a package manager. It aims to provided a single step, non-interactive automated deployment experience regardless of the tool's installation method.\n\n## 📦 Installation\n\n### Minimum Requirements\n\n- Bash V4: used by installer scripts.\n- Sudo: most installers will require privileged execution. Used if not already running as root.\n- Curl or Wget, Tar and GZip: used to download and unpack _Installer64_ and _BashLib64_\n\n### Installation\n\nInstall directly from the repository:\n\n```shell\ncurl -sL https://raw.githubusercontent.com/automation64/installer64/main/src/bootstrap | sh\n```\n\n---\n\n## 🚀 Usage\n\n- Select a tool installer from: `/opt/installer64`\n- (Optional) Customize installation parameters.\n- Run the system-wide installer:\n\n```shell\nsudo -E /opt/installer64/install-APPLICATION_NAME\n```\n\n- Or the user-wide installer:\n\n```shell\n/opt/installer64/install-APPLICATION_NAME\n```\n\n---\n\n## 🏗️ Architecture\n\n### Standard directory structure\n\n_Installer64_ is configured by default to use the following standard directory structure:\n\n- System-wide installations:\n  - `/opt`: base destination for installations\n  - `/opt/\u003cAPPLICATION\u003e`: application installation directory.\n  - `/usr/local/bin`: standard searchable path where application binaries are published to\n- User-wide installations:\n  - `$HOME/at64`: base destination for installations\n  - `$HOME/at64/\u003cAPPLICATION\u003e`: application installation directory.\n  - `$HOME/.local/bin`: standard searchable path where application binaries are published to\n\n### Base Installer64 parameters\n\n_Installer64_ scripts can be customized using the following parameters as shell environment variables:\n\n- `INST64_BASHLIB64`: Bashlib64 location. Default: `/opt/bl64`\n- `INST64_CLI_PROMOTE`: Create symlink to searchable path?. Default: `YES`\n- `INST64_DEBUG`: Enable script debugging?. Default: `NO`\n- `INST64_LOCAL_BIN`: Searchable path for system-wide executables. Default: `/usr/local/bin`\n- `INST64_LOCAL_ROOT`: Linux well-known base path for local content. Default: `/usr/local`\n- `INST64_OPT_ROOT`: Linux well-known base path for non-os packaged content. Default: `/opt`\n- `INST64_REFRESH_PACKAGE_MANAGER`: Refresh package manager before installation and cleanup after?. Default: `YES`\n- `INST64_REPLACE_INSTALLED`: Replace if already installed?. Default: `NO`\n- `INST64_SYSTEM_WIDE`: Install system wide?. Default: `YES` if running as root, `NO` otherwise.\n- `INST64_USER_BIN`: Searchable path for user-wide executables. Default: `${HOME}/.local/bin`\n\n### Installer specific parameters\n\nAdditional parameters are available depending on the installation method.\n\nParameter name format: `INST64_\u003cINSTALLER_NAME\u003e_\u003cPARAMETER_NAME\u003e`\n\nCommon parameters:\n\n- `INST64_\u003cINSTALLER_NAME\u003e_METHOD`: Installation method.\n- `INST64_\u003cINSTALLER_NAME\u003e_PLATFORM`: Hardware platform (e.g., linux_amd64).\n- `INST64_\u003cINSTALLER_NAME\u003e_TARGET`: Full path to installation destination.\n- `INST64_\u003cINSTALLER_NAME\u003e_VERSION`: Target application version in semver format (x.y.z).\n\n### Installation Methods\n\n_Installer64_ implements the optimal installation method for each application:\n\n1. `AUTO`: Determine best available method\n2. `AUR`: ArchLinux User Repository method\n3. `BINARY`: Pre-compiled binary download\n4. `BREW`: HomeBrew package\n5. `CUSTOM`: Custom installer. Catch all method, when no other option is available\n6. `EXTERNAL`: OS standard packages from external repository\n7. `FPAK`: FlatPak package (system-wide installation)\n8. `GO`: Go Lang module (user-wide installation only)\n9. `KREW`: Krew (KubeCTL plugin) package (user-wide installation only)\n10. `NATIVE`: OS standard packages from package repository\n11. `NPM`: NodeJS module (user-wide installation only)\n12. `PACKAGE`: Standalone OS package file (RPM for RHEL, DEB for Debian/Ubuntu, etc.)\n13. `PIP`: Python module - used when `PIPX` unavailable (user-wide installation only)\n14. `PIPX`: Python module (user-wide installation only)\n15. `UV`: Python module (user-wide installation only)\n16. `SNAP`: Snapcraft packages (system-wide installation)\n\n---\n\n## 🛠 Contributing\n\nContributions are welcome! Help us improve by submitting issues, feature requests, or pull requests.\n\n- [Code of Conduct](https://github.com/automation64/installer64/blob/main/CODE_OF_CONDUCT.md)\n\n---\n\n## ⚠️ Disclaimer\n\nThis repository is provided \"as is\" without any warranties. The author is not responsible for any damages or issues arising from its use. Additionally, this project is not affiliated with or endorsed by any organization or entity. Use at your own risk.\n\nInstallers are provided as-is without any warranties. You are fully responsible for checking the source, the software license, the author, and the safety of the application you install.\n\n---\n\n## 📜 License\n\nInstaller64 is licensed under the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0.txt).\n\n---\n\n## 👤 Author\n\n- [SerDigital64](https://github.com/serdigital64)\n\n---\n\n🌟 **If you find this project useful, consider giving it a star!** ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomation64%2Finstaller64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomation64%2Finstaller64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomation64%2Finstaller64/lists"}