A simple web application that allows users to install Google Chrome with a single command. Visit getchro.me to use it.
- Windows:
irm getchro.me | iex(PowerShell) - curl:
curl -L getchro.me | bash
- 🚀 Fast & Simple: Install Chrome without needing a browser
- 🔄 Latest Version: Always installs the current Chrome release
- 🤫 Silent Install: No clicks or prompts needed
- 💼 IT Friendly: Perfect for new computer setup
- Run the installer command:
- Windows:
irm getchro.me | iex - curl:
curl -L getchro.me | bash
- Windows:
- Our server detects the User-Agent (
PowerShellorcurl) and serves the corresponding installation script - Chrome installs automatically and silently
- Next.js - React framework
- Tailwind CSS - Styling
- shadcn/ui - UI components
- PostHog - Analytics
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Create a .env.local file with the following variables:
NEXT_PUBLIC_POSTHOG_KEY=your_posthog_key
NEXT_PUBLIC_POSTHOG_HOST=your_posthog_host
MIT License - see the LICENSE file for details.
Made with ❤️ by Erik
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.