> For the complete documentation index, see [llms.txt](https://permasigner.itsnebula.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permasigner.itsnebula.net/usage/run-online.md).

# Run Online

**NOTE**: This method is in progress. Give it a try, it'll probably work! If you run into any issues, please open a GitHub issue and specify you're using the action. This will work on the device as well, no need for a PC.

* Click fork on the top right, then click create fork
  * A GitHub account is required, it's free!

> ![image](https://user-images.githubusercontent.com/18669106/180668388-fea832be-dd8d-4387-bb00-64637ec8c4a5.png)\
> ![image](https://user-images.githubusercontent.com/18669106/180667994-4f5e257d-a701-43a3-9613-f860c3990f44.png)

* If you have made a fork before, click fetch upstream then fetch and merge
  * This should be done every time you sign an app

> <img src="https://user-images.githubusercontent.com/18669106/180668039-895bf508-34ba-4f68-84c2-9dd86b068efa.png" alt="image" data-size="original">

* Click Actions on the top, then enable actions

> <img src="https://user-images.githubusercontent.com/18669106/180668059-cbfb4099-e40c-4828-b505-1532c6ae326f.png" alt="image" data-size="original">

* Click run script on the left, then click run workflow on the right

> <img src="https://user-images.githubusercontent.com/18669106/180668091-29077082-8738-4b00-85a2-93b24c97b1b4.png" alt="image" data-size="original">

* Paste in the **direct** URL to an IPA file in the box, then press run workflow

> <img src="https://user-images.githubusercontent.com/18669106/180668191-318d1098-fa80-4e34-ab69-94e02df56975.png" alt="image" data-size="original">

* Wait for the workflow to be finished, then click on it

> <img src="https://user-images.githubusercontent.com/18669106/180668274-44ec62d7-0be2-47c7-a8ac-ed19fb5e4c5f.png" alt="image" data-size="original">

* Download the artifact, unzip it, and send the deb file to your iDevice!
  * Airdropping the file is probably the easiest, but you can use something like Dropbox or Mega. Advanced users can use openssh-sftp-server from Procursus. If you're running this on the device, just unzip it and install it!

> <img src="https://user-images.githubusercontent.com/18669106/180668328-12083245-2ef8-43e1-8622-42acbe6dc33c.png" alt="image" data-size="original">


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://permasigner.itsnebula.net/usage/run-online.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
