{"id":19955942,"url":"https://github.com/mranv/wazuh-agent-archlinux","last_synced_at":"2025-09-01T06:38:55.562Z","repository":{"id":247898077,"uuid":"827163671","full_name":"mranv/wazuh-agent-archlinux","owner":"mranv","description":"This repository facilitates the installation of the Wazuh agent on Arch Linux systems. It comprehensively provides the requisite files and instructions to efficiently build and deploy the agent, thereby enhancing system security through advanced threat management capabilities.","archived":false,"fork":false,"pushed_at":"2024-07-11T06:31:19.000Z","size":499,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T05:26:41.316Z","etag":null,"topics":["makepkg","pacman","wazuh","wazuh-agent"],"latest_commit_sha":null,"homepage":"https://mranv.github.io/wazuh-agent-archlinux/","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/mranv.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":"2024-07-11T06:05:41.000Z","updated_at":"2024-07-11T06:31:23.000Z","dependencies_parsed_at":"2024-07-11T07:42:36.835Z","dependency_job_id":"9069db5b-590a-4cd8-9376-4df676d32641","html_url":"https://github.com/mranv/wazuh-agent-archlinux","commit_stats":null,"previous_names":["mranv/archlinuxwa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mranv/wazuh-agent-archlinux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mranv%2Fwazuh-agent-archlinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mranv%2Fwazuh-agent-archlinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mranv%2Fwazuh-agent-archlinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mranv%2Fwazuh-agent-archlinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mranv","download_url":"https://codeload.github.com/mranv/wazuh-agent-archlinux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mranv%2Fwazuh-agent-archlinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273082443,"owners_count":25042284,"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-09-01T02:00:09.058Z","response_time":120,"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":["makepkg","pacman","wazuh","wazuh-agent"],"created_at":"2024-11-13T01:29:29.571Z","updated_at":"2025-09-01T06:38:55.444Z","avatar_url":"https://github.com/mranv.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=assets/morph_2.gif\u003e\n\u003cbr\u003e\n\u003cstrong\u003ewazuh-agent installation for arch based linux distribution\u003c/strong\u003e\n\u003c/h1\u003e\n\nThe Wazuh Agent is designed to protect Arch Linux systems with advanced threat prevention, detection, and response capabilities. This repository contains the PKGBUILD and necessary files to build and install the Wazuh Agent package from the Arch User Repository (AUR).\n\n## Package Details\n\n- **Package Base:** wazuh-agent\n- **Version:** 4.8.0-1\n- **Description:** Wazuh Agent actively protects Arch Linux systems with advanced threat prevention, detection, and response capabilities.\n- **Upstream URL:** [Wazuh](https://wazuh.com/)\n- **Maintainer:** madara125 (MrHacker) at aur git.\n- **Contributor** [Anubhav Gain](https://mranv.github.io)\n\n## Dependencies\n\nThe following dependencies are required for building the Wazuh Agent package:\n\n- autoconf\n- automake\n- base-devel\n- brotli\n- cmake\n- curl\n- expect\n- fakeroot\n- gawk\n- gcc\n- gnupg\n- inetutils\n- libsigsegv\n- libtool\n- make\n- nodejs\n- perl\n- perl-base\n- python\n- sudo\n\n## Installation\n\n### Cloning the Repository\n\nTo get started, clone the repository:\n\n```bash\ngit clone https://github.com/mranv/wazuh-agent-archlinux \u0026\u0026 cd wazuh-agent-archlinux\n```\n\n### Building the Package\n\nBuild the package using `makepkg`:\n\n```bash\nmakepkg -si\n```\n\n### Installing the Package\n\nOnce the package is built, install it using `pacman`:\n\n```bash\nsudo pacman -U wazuh-agent-4.8.0-1-any.pkg.tar.zst\n```\n\n## Files in the Repository\n\n- **PKGBUILD**: The build script for creating the Wazuh Agent package.\n- **README.md**: This README file.\n- **wazuh-agent-\\*.aarch64.rpm.sig**: Signature files for aarch64 RPM packages.\n- **wazuh-agent-\\*.x86_64.rpm.sig**: Signature files for x86_64 RPM packages.\n- **wazuh-agent.install**: Script to be run after the package is installed.\n\n## Common Issues\n\n### Agent Fails to Start\n\nSome users have reported issues with the Wazuh Agent failing to start due to problems with `wazuh-execd` or `ossec.conf` errors. Ensure that your configuration files are correct and try restarting the service:\n\n```bash\nsudo systemctl restart wazuh-agent\n```\n\nIf the problem persists, review the logs for any error messages:\n\n```bash\njournalctl -u wazuh-agent\n```\n\n## Contributing\n\nIf you encounter any issues or have suggestions for improvements, please report them on the AUR package page or submit a pull request.\n\n## Contact\n\nFor any queries or support, you can contact the maintainer [Anubhav Gain](https://mranv.github.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmranv%2Fwazuh-agent-archlinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmranv%2Fwazuh-agent-archlinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmranv%2Fwazuh-agent-archlinux/lists"}