Which VM should I use to download apps

I dont wanna get my apps deleted everytime,which VM should I use

AppVM
TemplateVM
StandaloneVM
DisposableVM

1 Like

Apps are being deleted everytime you restart the qube since AppVM has a volatile root, which resets to templateVM’s root every time you restart the qube. You can find this topic helpful. If you want to install software and to not get it deleted after restart, you can use snap or just install it in the templateVM and it will be available in AppVMs made with that templateVM after restarting the qube.

1 Like

if by download you mean apt install or dnf install, then you do that in templateVMs, however you are not supposed to RUN apps in templateVMs (with the exception of configuring them maybe). TemplateVMs by default have no network VM but only access to apt uprades via the qubes updates proxy.

1 Like