🎯

bun-file-io

🎯Skill

from anomalyco/opencode

VibeIndex|
What it does

Enables efficient file input/output operations using the Bun runtime, providing streamlined methods for reading, writing, and manipulating files with high performance.

bun-file-io

Installation

Install skill:
npx skills add https://github.com/anomalyco/opencode --skill bun-file-io
88,542
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

OpenCode logo

The open source AI coding agent.

Discord

npm

Build status

English |

简体中文 |

繁體中文 |

한국어 |

Deutsch |

Español |

Français |

Italiano |

Dansk |

日本語 |

Polski |

Русский |

العربية |

Norsk |

Português (Brasil)

[![OpenCode Terminal UI](packages/web/src/assets/lander/screenshot.png)](https://opencode.ai)

---

Installation

```bash

# YOLO

curl -fsSL https://opencode.ai/install | bash

# Package managers

npm i -g opencode-ai@latest # or bun/pnpm/yarn

scoop install opencode # Windows

choco install opencode # Windows

brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date)

brew install opencode # macOS and Linux (official brew formula, updated less)

paru -S opencode-bin # Arch Linux

mise use -g opencode # Any OS

nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch

```

> [!TIP]

> Remove versions older than 0.1.x before installing.

Desktop App (BETA)

OpenCode is also available as a desktop application. Download directly from the [releases page](https://github.com/anomalyco/opencode/releases) or [opencode.ai/download](https://opencode.ai/download).

| Platform | Download |

| --------------------- | ------------------------------------- |

| macOS (Apple Silicon) | opencode-desktop-darwin-aarch64.dmg |

| macOS (Intel) | opencode-desktop-darwin-x64.dmg |

| Windows | opencode-desktop-windows-x64.exe |

| Linux | .deb, .rpm, or AppImage |

```bash

# macOS (Homebrew)

brew install --cask opencode-desktop

# Windows (Scoop)

scoop bucket add extras; scoop install extras/opencode-desktop

```

#### Installation Directory

The install script respects the following priority order for the installation path:

  1. $OPENCODE_INSTALL_DIR - Custom installation directory
  2. $XDG_BIN_DIR - XDG Base Directory Specification compliant path
  3. $HOME/bin - Standard user binary directory (if exists or can be created)
  4. $HOME/.opencode/bin - Default fallback

```bash

# Examples

OPENCODE_INSTALL_DIR=/usr/local/bin curl -fsSL https://opencode.ai/install | bash

XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://opencode.ai/install | bash

```

Agents

OpenCode includes two built-in agents you can switch between with the Tab key.

  • build - Default, full access agent for development work
  • plan - Read-only agent for analysis and code exploration

- Denies file edits by default

- Asks permission before running bash c