[GH-ISSUE #1071] [Feature] Basic install shortcuts #943

Closed
opened 2026-03-03 15:37:29 +03:00 by kerem · 3 comments
Owner

Originally created by @SkyKingPX on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1071

Hello, would it be possible to add basic shortcuts like „Install App from <file>“, „Install App from <URL>“, „Run <App>“ and so on?

Originally created by @SkyKingPX on GitHub (Jan 8, 2026). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1071 Hello, would it be possible to add basic shortcuts like „Install App from \<file>“, „Install App from \<URL>“, „Run \<App>“ and so on?
kerem closed this issue 2026-03-03 15:37:29 +03:00
Author
Owner

@hugeBlack commented on GitHub (Jan 8, 2026):

You can use url schemes to achieve installing and launching apps like this:

livecontainer://livecontainer-launch?bundle-name=<BUNDLE_FOLDER_NAME>&container-folder-name=<CONTAINER_FOLDER_NAME>
livecontainer://install?url=<URL_TO_IPA>
<!-- gh-comment-id:3724293617 --> @hugeBlack commented on GitHub (Jan 8, 2026): You can use url schemes to achieve installing and launching apps like this: ``` livecontainer://livecontainer-launch?bundle-name=<BUNDLE_FOLDER_NAME>&container-folder-name=<CONTAINER_FOLDER_NAME> livecontainer://install?url=<URL_TO_IPA> ```
Author
Owner

@SkyKingPX commented on GitHub (Jan 8, 2026):

You can use url schemes to achieve installing and launching apps like this:

livecontainer://livecontainer-launch?bundle-name=<BUNDLE_FOLDER_NAME>&container-folder-name=<CONTAINER_FOLDER_NAME>
livecontainer://install?url=<URL_TO_IPA>

How can I use those schemes in the shortcut app?

<!-- gh-comment-id:3724404629 --> @SkyKingPX commented on GitHub (Jan 8, 2026): > You can use url schemes to achieve installing and launching apps like this: > > ``` > livecontainer://livecontainer-launch?bundle-name=<BUNDLE_FOLDER_NAME>&container-folder-name=<CONTAINER_FOLDER_NAME> > livecontainer://install?url=<URL_TO_IPA> > ``` How can I use those schemes in the shortcut app?
Author
Owner

@hugeBlack commented on GitHub (Jan 8, 2026):

You can use the action "Open URLs"

<!-- gh-comment-id:3724411393 --> @hugeBlack commented on GitHub (Jan 8, 2026): You can use the action "Open URLs"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#943
No description provided.