Skip to content

Conversation

@Prodevking1
Copy link

Summary

Device Manager for Zed - Manage mobile devices and simulators directly from the editor via slash commands.

Features

Command Description
/devices list List all connected devices and simulators
/devices launch <id> Boot iOS Simulators and Android Emulators
/devices run [id] Run Flutter app on device
/devices hot-reload Hot reload help
/devices logs <id> Show device logs

Supported Platforms

  • Flutter (primary focus)
  • iOS Simulators via xcrun simctl
  • Android Emulators via adb

Technical Details

  • Written in Rust, compiled to WebAssembly
  • Uses process:exec capability for running device management commands
  • No external dependencies beyond zed_extension_api

Links


🤖 Generated with Claude Code

Device Manager for Zed - manage mobile devices and simulators directly from the editor.

Features:
- `/devices list` - List all connected devices and simulators
- `/devices launch <id>` - Boot iOS Simulators and Android Emulators
- `/devices run [id]` - Run Flutter app on device
- `/devices hot-reload` - Hot reload help
- `/devices logs <id>` - Show device logs

Supports Flutter (primary), iOS Simulators (xcrun simctl), and Android (adb).

Repository: https://github.com/Prodevking1/zed-device-manager
License: MIT

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cla-bot
Copy link

cla-bot bot commented Jan 23, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @Prodevking1 on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@cla-bot
Copy link

cla-bot bot commented Jan 23, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @Prodevking1 on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant