An open API service indexing awesome lists of open source software.

https://github.com/btelolabs/btelo-coding-release

Btele Coding Release
https://github.com/btelolabs/btelo-coding-release

claude codex opencode vibe-coding

Last synced: about 3 hours ago
JSON representation

Btele Coding Release

Awesome Lists containing this project

README

          


Btelo Coding

Btelo Coding

formerly vibe-remote


Native iPhone remote for AI coding on your machine.


Run Claude Code, Codex, Gemini CLI, or OpenCode on your Mac/Linux/Windows box — and control it from your phone with no VPN, no SSH gymnastics, and no desk required.


Website
 · 
Docs
 · 
iOS App
 · 
Downloads

---

## What it is

`vibe-remote` lets you run AI coding sessions on your own machine and control them from your iPhone.

Instead of remote-desktopping into your laptop or fighting with SSH + tmux on a phone screen, you:

1. Run `vibe-remote` on your machine
2. Scan a QR code from the iPhone app
3. Prompt the AI from your phone
4. Let the work happen where your code, tools, and credentials already live

## Why it feels different

- **AI-native, not a tiny IDE** — direct the agent instead of editing files line-by-line on your phone
- **Your machine does the work** — builds, tests, git, and long-running sessions stay local
- **No model lock-in** — works with Claude Code, Codex, Gemini CLI, and OpenCode
- **Simple by default** — use the public relay for instant setup, or self-host your own relay

## Quick start

### 1) Install one supported provider

- **Claude Code:** `npm install -g @anthropic-ai/claude-code`
- **Codex:** `npm install -g @openai/codex`
- **OpenCode:** `go install github.com/opencode-ai/opencode@latest`
- **Gemini CLI:** install it normally and make sure it is available in your `PATH`

### 2) Install vibe-remote

**macOS / Linux**

```bash
curl -fsSL https://vibe-remote.com/install.sh | sh
```

**Windows (PowerShell)**

```powershell
irm https://vibe-remote.com/install.ps1 | iex
```

### 3) Start and pair

```bash
vibe-remote
```

Press `c` to set your **connector name** and **password**, then scan the QR code in the iPhone app.

If you are on Windows or a non-TUI environment, use:

```bash
vibe-remote --headless --connector myconnector --password mypassword
```

### 4) Send your first prompt

- `read the README and explain this repo`
- `run the test suite and tell me what failed`
- `start the dev server and give me the local preview URL`

## Security & pricing

- **End-to-end encrypted communication**
- **Zero-knowledge relay model**
- **Connector password stored locally and hashed with bcrypt**
- **Free forever tier:** 3 directories, 1 persistent session window per directory, 1 scheduled task
- **Free PRO trial** for new users

## Learn more

- [Getting started](https://vibe-remote.com/doc/getting-started)
- [Providers](https://vibe-remote.com/doc/providers)
- [Relay & self-hosting](https://vibe-remote.com/doc/relay)
- [Pricing](https://vibe-remote.com/pricing)

## Changelog

### v1.5.8 — 2026-06-13

Fixes image recognition with the bundled agent — pictures you send to a multimodal model are now actually delivered to it instead of only being referenced by file path.

### v1.5.7 — 2026-06-10

Fixes an interrupted-turn error with the bundled agent, surfaces clearer reasons when a request fails, and corrects several Windows-only path and reliability issues.

### v1.5.6 — 2026-06-09

Links in replies are now clickable on desktop and open in your default browser.

[View all changelogs →](changelogs/)

## License

Proprietary. All rights reserved.