logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Vanilla OS - System Operator with VSO | Online Free DevTools by Hexmos

Control Vanilla OS system operations with VSO. Update packages, manage the Pico subsystem, and automate tasks. Free online tool, no registration required.

vso

Package manager, system updater and a task automator for Vanilla OS. More information: https://github.com/Vanilla-OS/vanilla-system-operator.

  • Check for system updates to the host system:

vso sys-upgrade check

  • Upgrade the host system now:

vso sys-upgrade upgrade --now

  • Initialize the Pico subsystem (used for package management):

vso pico-init

  • Install applications inside the subsystem:

vso install {{package1 package2 ...}}

  • Remove applications from the subsystem:

vso remove {{package1 package2 ...}}

  • Enter the subsystem’s shell:

vso shell

  • Run an application from the subsystem:

vso run {{package}}

  • Display VSO configuration:

vso config show

See Also