Installation
LocalCloud can be installed on macOS, Linux, and Windows (via WSL2). The installation process takes less than 2 minutes.Prerequisites
LocalCloud requires Docker to manage services. We’ll help you install it if needed.
System Requirements
- macOS
- Linux
- Windows
- macOS 12 (Monterey) or later
- 8GB RAM minimum (16GB recommended)
- 20GB free disk space
- Docker Desktop
Quick Install
The fastest way to install LocalCloud:- macOS/Linux with Homebrew
- Install Script
- Detect your operating system
- Use Homebrew if available (macOS)
- Download the appropriate binary
- Install it to
/usr/local/bin
- Create the
lc
alias - Verify the installation
The installer requires
sudo
access to install to /usr/local/bin
. You’ll be prompted for your password.Manual Installation
macOS
- Homebrew
- Direct Download
Linux
- Homebrew (if installed)
- Direct Download
Windows (WSL2)
1
Install WSL2
Open PowerShell as Administrator and run:
2
Install Docker Desktop
Download and install Docker Desktop for WindowsEnable WSL2 integration in Docker Desktop settings.
3
Install LocalCloud in WSL
Open WSL terminal and run:
Docker Installation
LocalCloud requires Docker to run services. If you don’t have Docker installed:macOS
Docker Desktop
Official Docker application for macOS
Linux
Verify Docker
Post-Installation
Verify Installation
doctor
command will verify:
- LocalCloud installation
- Docker availability
- System resources
- Network connectivity
Shell Completion
Enable tab completion for your shell:- Bash
- Zsh
- Fish
Troubleshooting
Permission denied when installing
Permission denied when installing
The installer needs sudo access to write to
/usr/local/bin
. You can install to a user directory instead:Docker not found
Docker not found
LocalCloud requires Docker. Install it using:
- macOS: Docker Desktop
- Linux:
curl -fsSL https://get.docker.com | sudo bash
- Windows: Docker Desktop for Windows
Command not found: lc
Command not found: lc
The
lc
command might not be in your PATH. Try:Updating LocalCloud
To update to the latest version:Uninstalling
To remove LocalCloud:Next Steps
Now that LocalCloud is installed, you’re ready to create your first project!Quick Start
Create your first LocalCloud project in 5 minutes