{"id":20528280,"url":"https://github.com/manticoresoftware/executor","last_synced_at":"2025-10-08T22:21:42.600Z","repository":{"id":59365459,"uuid":"532842713","full_name":"manticoresoftware/executor","owner":"manticoresoftware","description":"Custom build of PHP used by Manticore","archived":false,"fork":false,"pushed_at":"2024-05-22T10:52:23.000Z","size":135,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-22T17:01:54.300Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manticoresoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-09-05T10:02:29.000Z","updated_at":"2024-06-06T12:00:21.408Z","dependencies_parsed_at":"2023-10-12T14:14:16.711Z","dependency_job_id":"4a623714-584b-4ace-b49c-4985848d6a47","html_url":"https://github.com/manticoresoftware/executor","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fexecutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fexecutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fexecutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticoresoftware%2Fexecutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manticoresoftware","download_url":"https://codeload.github.com/manticoresoftware/executor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695468,"owners_count":20332622,"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":[],"created_at":"2024-11-15T23:24:21.648Z","updated_at":"2025-10-08T22:21:37.581Z","avatar_url":"https://github.com/manticoresoftware.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manticore Executor\n\n## What is it?\n\nManticore Executor is a custom built PHP binary which:\n\n* includes everything needed for Manticore supplementary tools (e.g. [backup](https://github.com/manticoresoftware/manticoresearch-backup)) to run successfully\n* doesn't include anything else which makes it very light and fast to install\n\n## Supported OS\n\n| OS | Architecture | Availability |\n|-|-|-|\n| Centos 7 | arm64, x86_64 | ✅ repo.manticoresearch.com |\n| Centos 8 | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Ubuntu Xenial | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Ubuntu Bionic | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Ubuntu Focal | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Ubuntu Jammy | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Debian Stretch | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Debian Buster | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| Debian Bullseye | arm64, x86_64 | ✅ repo.manticoresearch.com|\n| MacOS | x86_64 | ✅ repo.manticoresearch.com, homebrew custom tap|\n| MacOS | arm64 | ✅ homebrew custom tap|\n| Windows | x86_64 | ✅ repo.manticoresearch.com |\n\n## Extensions supported by the executor\n\nBy default, we disable all extensions and enable only those required to run our scripts.\n\nWe build executor from `PHP 8.4.2` with the following extensions enabled and compiled into the executable statically:\n\n* pcntl\n* posix\n* pcre (JIT)\n* zstd\n* parallel\n* openssl\n* zlib\n* mbstring\n\n## Build from source\n\nThe process of building the executor from source is simple and requires the same build tools needed to build PHP.\n\nTo find out the instructions on building, you can check [.github/workflow/release.yml](.github/workflows/release.yml) and related scripts with names like `build-%platform%.`\n\n## Known issues\n\n### Unverified developer on MacOS\n\nWhen you try to run the executor on MacOS, you will probably get an error from the system that the binary you run has an unverified developer.\n\nThis is because OSX marks binaries downloaded from the Internet from an unknown developer (not signed) with a quarantine flag.\n\nYou should remove that quarantine flag and run the binary to fix this issue. Just open your terminal, navigate to the folder where you have downloaded binary and paste this line.\n\n```sh\nxattr -dr com.apple.quarantine manticore-executor\n```\n\n## Deployment\n\n1. [The GitHub actions workflow](.github/workflows/release.yml) prepares packages/binaries for\n\n   * Centos 7/8 x86_64 and arm64\n   * Ubuntu Xenial/Bionic/Focal/Jammy x86_64 and arm64\n   * Debian Stretch/Buster/Bullseye x86_64 and arm64\n   * MacOS x86_64 and arm64\n\n2. The same workflow deploys the packages to [repositories](https://repo.manticoresearch.com)\n\n3. What's to be done manually after the above is:\n\n   * update `root_url` in the [Homebrew formula](https://github.com/manticoresoftware/homebrew-manticore/blob/main/Formula/manticore-executor.rb) file with the latest release version\n   * update `DEB_PKG` variables in the [Dockerfile](https://github.com/manticoresoftware/manticoresearch-backup/blob/main/Dockerfile) of [manticoresearch-backup](https://github.com/manticoresoftware/manticoresearch-backup) repository\n\n## How to build manually\n\nSeveral scripts used to build the final package:\n\n* `build-linux`\n* `build-osx`\n\nThe scripts accept a version of PHP as a parameter. The current version is `8.4.2`. To build the binary, you should run the following example:\n\n```bash\n./build-linux \"8.4.2\"\n```\n\nThe command above will build the package on Linux with **PHP** `8.4.2`. Once it's done, you can find your binary in folder `dist/bin`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanticoresoftware%2Fexecutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanticoresoftware%2Fexecutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanticoresoftware%2Fexecutor/lists"}