Key elements of system deployment
hardware requirement::
- KVM virtualization must be enabled (
stat /dev/kvmVerification) - At least 4GB of free memory is recommended
- Requires 20GB of free disk space
Installation steps::
- Run the automation script:
curl -sSL https://raw.githubusercontent.com/abshkbh/arrakis/main/setup/setup.sh | bash - Go to the installation directory:
cd arrakis-prebuilt - Start the service (Requires root privileges):
sudo ./arrakis-restserver
common problems::
- Network issues: Ensure firewalls release ports 7000 (API) and 3000-4000 (VNC)
- Permission denied: check if current user is in kvm group
- Startup failure: validation
modprobe kvm_intelmaybemodprobe kvm_amdsuccess or failure
This answer comes from the articleArrakis: an open-source tool that provides a secure sandbox environment for AI intelligencesThe































