2 pointsby Singularity264 hours ago1 comment
  • Singularity264 hours ago
    Hi HN, I built EasyClaw because I kept seeing people in the OpenClaw community give up halfway through the setup process — especially on Windows where you need WSL.

      The app detects your environment, installs Node.js/WSL/OpenClaw automatically, configures
       your AI provider (Anthropic/Gemini/OpenAI/MiniMax/GLM), and sets up a Telegram bot.
    
      Hardest technical challenge: WSL has 6 possible states and requires a reboot mid-install.
       I built a state machine that saves wizard progress and resumes after reboot.
    
      Stack: Electron + electron-vite, React 19, TypeScript, Tailwind CSS 4, GitHub Actions
      CI/CD with Apple Notarization.
    
      MIT licensed. Feedback welcome!