Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce UTM Remote client for iOS/visionOS #6115

Merged
merged 75 commits into from
Feb 26, 2024
Merged

Introduce UTM Remote client for iOS/visionOS #6115

merged 75 commits into from
Feb 26, 2024

Conversation

osy
Copy link
Contributor

@osy osy commented Feb 25, 2024

  • Add UTM Remote server functionality for macOS
  • Add UTM Remote client functionality for iOS
  • Implement UI for picking server and connecting
  • Refactor UTMQemuVirtualMachine to UTMSpiceVirtualMachine and UTMRemoteSpiceVirtualMachine
  • Re-introduce socket support for SPICE client
  • Support QEMU monitor/guest agent through named pipes (because we cannot use remote SPICE pipe to control QEMU)
  • UPnP/NAT-PMP for WAN connections
  • Synchronize VM states across server and multiple clients
  • Support re-connection of SPICE session and UTM Remote session
  • Support multiple sessions on iOS and visionOS

@osy osy added this to the v4.5 milestone Feb 25, 2024
The auto-suspend can trigger any time user does not focus on view.
@osy osy merged commit 8a7a531 into main Feb 26, 2024
53 checks passed
@osy osy deleted the dev/remote branch February 26, 2024 05:31
@wyattanderson
Copy link

@osy are there plans to allow the Mac OS app to function as a generic SPICE client? Would be neat to be able to use this to connect to SPICE-capable VMs hosted on Proxmox, for example.

@osy
Copy link
Contributor Author

osy commented Mar 30, 2024

I think it would never be on the roadmap because it would be too much work. But most of the SPICE functionality is self contained in https://github.com/utmapp/CocoaSpice and it wouldn't be too much work to make a minimal client using it.

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.

TestFlight: Crash in ERROR_CGDataProvider_BufferIsNotReadable and ERROR_CGDataProvider_BufferIsNotBigEnough
2 participants