Agentic coding in your terminal
$git clone https://github.com/mayday-wpf/snow-cliInstalls into the current project.
Install snow-cli by running `git clone https://github.com/mayday-wpf/snow-cli`, then use it for the current task and follow its documentation at https://github.com/mayday-wpf/snow-cli.
| 1 | <div align="center"> |
| 2 | |
| 3 | <img src="docs/images/logo.png" alt="Snow AI CLI Logo" width="200"/> |
| 4 | |
| 5 | # snow-ai |
| 6 | |
| 7 | [](https://www.npmjs.com/package/snow-ai) |
| 8 | [](https://www.npmjs.com/package/snow-ai) |
| 9 | [](https://github.com/MayDay-wpf/snow-cli/blob/main/LICENSE) |
| 10 | [](https://nodejs.org/) |
| 11 | |
| 12 | <a href="https://www.producthunt.com/products/snow-cli/launches/snow-cli?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-snow-cli" target="_blank" rel="noopener noreferrer"><img alt="Snow CLI - Agentic coding in your terminal | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1084735&theme=light&t=1776848197707"></a> |
| 13 | |
| 14 | **English** | [中文](README_zh.md) |
| 15 | |
| 16 | **QQ Group**: 910298558 |
| 17 | |
| 18 | **Telegram**: [https://t.me/snow_cli](https://t.me/snow_cli) |
| 19 | |
| 20 | _Agentic coding in your terminal_ |
| 21 | |
| 22 | </div> |
| 23 | |
| 24 | ## Thanks Developer |
| 25 | |
| 26 | <a href="https://github.com/MayDay-wpf/snow-cli/graphs/contributors"> |
| 27 | <img src="https://contrib.rocks/image?repo=MayDay-wpf/snow-cli" /> |
| 28 | </a> |
| 29 | |
| 30 | ## Sponsors |
| 31 | |
| 32 | <table width="100%" align="center"> |
| 33 | <thead> |
| 34 | <tr> |
| 35 | <th width="50%">Sponsor</th> |
| 36 | <th width="50%">Description</th> |
| 37 | </tr> |
| 38 | </thead> |
| 39 | <tbody> |
| 40 | <tr> |
| 41 | <td align="center"> |
| 42 | <a href="https://bloome.im/app?ref=MayDaywpf&utm_medium=github&utm_source=MayDay-wpf-snow-cli-ivor-202607"><img src="docs/images/bloome-home.png" alt="Bloome" width="360"/></a> |
| 43 | <br/> |
| 44 | ☁️ <a href="https://bloome.im/app?ref=MayDaywpf&utm_medium=github&utm_source=MayDay-wpf-snow-cli-ivor-202607"><b>Bloome</b></a> |
| 45 | </td> |
| 46 | <td>AI-agent IM platform — multiple AI agents (Claude, ChatGPT, DeepSeek…) collaborate in one shared chat: they hand off tasks, cross-check each other, and refine until it's right. Zero setup, runs in the cloud, shareable with your team. Try it 👉 <a href="https://bloome.im/app?ref=MayDaywpf&utm_medium=github&utm_source=MayDay-wpf-snow-cli-ivor-202607">Bloome</a></td> |
| 47 | </tr> |
| 48 | <tr> |
| 49 | <td><a href="https://www.jetbrains.com/">JetBrains</a></td> |
| 50 | <td>Open Source Project Sponsor, providing free IDE licenses</td> |
| 51 | </tr> |
| 52 | </tbody> |
| 53 | </table> |
| 54 | |
| 55 | ## Relay Station Recommendations |
| 56 | |
| 57 | > The relay stations listed here are mutual recommendation partnerships, not commercial sponsorships. Any relay station that provides a Snow CLI usage tutorial and a test account for availability verification is welcome to join. |
| 58 | |
| 59 | | Relay Station | Link | |
| 60 | | ------------- | ------------------------------------------------------ | |
| 61 | | ccapi | [https://ccapi.ztxfkw.top/](https://ccapi.ztxfkw.top/) | |
| 62 | |
| 63 |  |
| 64 | |
| 65 |  |
| 66 | |
| 67 | <h3>Recommend using fonts: <a href="https://github.com/SpaceTimee/Fusion-JetBrainsMapleMono">JetBrains Maple Mono NF</a> </3> |
| 68 | |
| 69 | <h3>Recommended Terminal Combination for Windows Users</h3> |
| 70 | |
| 71 | - **PowerShell 7+**: Modern cross-platform PowerShell, offering stronger features and better compatibility |
| 72 | - GitHub: https://github.com/PowerShell/PowerShell |
| 73 | - **Windows Terminal**: Modern terminal application, supporting multi-tab, split-screen, and GPU accelerated rendering |
| 74 | - GitHub: https://github.com/microsoft/terminal |
| 75 | |
| 76 | **Installation**: |
| 77 | |
| 78 | ```bash |
| 79 | # Install using winget (built-in for Windows 10/11) |
| 80 | winget install Microsoft.PowerShell |
| 81 | winget install Microsoft.WindowsTerminal |
| 82 | |
| 83 | # Or install using the Microsoft Store |
| 84 | ``` |
| 85 | |
| 86 | ## Installation |
| 87 | |
| 88 | Install Snow CLI globally via npm: |
| 89 | |
| 90 | ```bash |
| 91 | npm install -g snow-ai |
| 92 | ``` |
| 93 | |
| 94 | After installation, run: |
| 95 | |
| 96 | ```bash |
| 97 | snow |
| 98 | ``` |
| 99 | |
| 100 | ## Documentation |
| 101 | |
| 102 | - [Installation Guide](docs/usage/en/01.Installation%20Guide.md) - System requirements, installation (update, uninstall) steps, IDE extension installation |
| 103 | - [First Time Configuration](docs/usage/e |