← Back to InstalloraInstallora Documentation
Learn how to install, configure, and use Installora across different operating systems.
What is Installora for Windows?
Installora on Windows leverages winget (Windows Package Manager) to help you install applications seamlessly. Select your apps from the catalog, generate a PowerShell command, and install everything with a single line.
How It Works
- Select your applications from the catalog
- Click "Generate Install Command"
- Copy and run the PowerShell command on your Windows machine
Example Command
powershell -ExecutionPolicy Bypass -c "irm https://installora.vercel.app/api/install.ps1?apps=Git.Git,Google.Chrome | iex"
FAQ (Windows)
- Is it safe?
- Yes. Installora only generates PowerShell scripts that use winget, Microsoft's official package manager.
- What's winget?
- Windows Package Manager — Microsoft's official command-line package manager for Windows 10/11.
- Does it require admin?
- Some packages may require administrator privileges. Run PowerShell as Administrator for best results.