Skip to content

effektsvk/getchrome-nextjs

Repository files navigation

getchro.me

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

Features

  • 🚀 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

How It Works

  1. Run the installer command:
    • Windows: irm getchro.me | iex
    • curl: curl -L getchro.me | bash
  2. Our server detects the User-Agent (PowerShell or curl) and serves the corresponding installation script
  3. Chrome installs automatically and silently

Tech Stack

Development

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

Create a .env.local file with the following variables:

NEXT_PUBLIC_POSTHOG_KEY=your_posthog_key
NEXT_PUBLIC_POSTHOG_HOST=your_posthog_host

License

MIT License - see the LICENSE file for details.

Author

Made with ❤️ by Erik

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

About

Install Chrome with a single PowerShell command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •