FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
First try with OpenCode (Windows): finished the task while I played a game
How-ToTools

First try with OpenCode (Windows): finished the task while I played a game

via Dev.to赵文博1mo ago

Installation E: \\ ai-tools>curl -fsSL https://opencode.ai/install | bash After installation, it looks like this: Set the environment variable as prompted My install path is: C:\\Users\\m1501\\.opencode\\bin In CMD it becomes: Run /models to pick a model. I tried using my existing ChatGPT Plus. Install the code plugin I tried many approaches on Windows, and this one worked. This plugin upgrades OpenCode into a “multi-AI team”. Installation depends on your subscription. First, confirm your subscription (used for configuration): Claude Pro/Max: use -claude=yes or -claude=max20 (max20 is advanced mode). ChatGPT Plus: use -chatgpt=yes . Gemini: use -gemini=yes . If you don’t have it, use no . Install Bun (required by Oh My if you don’t have it): curl -fsSL https://bun.sh/install | bash Restart the terminal. One-click install Oh My OpenCode: bunx oh-my-opencode install --no-tui --claude = yes --chatgpt = yes --gemini = yes Replace the flags based on what you have. For example, only Claude:

Continue reading on Dev.to

Opens in a new tab

Read Full Article
25 views

Related Articles

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 3d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 3d ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 3d ago

Discover More Articles