This ArcOS wiki is still under active development, and contains errors and unfinished pages.

Let's build it!

You're ready to build already? That was fast. Well then, let's do that. First of all, stop the development server, you won't need it right now. Then, run this very simple command to build your project:

Host Terminal
npx v7cli build

This really shouldn't take that long. Once it's done, a file named app_id.arc will be generated, where app_id is the ID of your app. Let's now upload that file to your ArcOS filesystem to install your app:

  • Open the file manager and navigate to any directory

  • Click the upload button and pick your app's .arc file

  • Once uploaded, doubleclick it to open. Click Install package to install it to your account. You'll be asked to elevate.

  • Lastly, click Install to begin the installation. Once complete, you can click Open now to open your beautiful app.

Last updated