Snap install without sudo

Hello, I’m looking to explore some software, and I don’t want to compromise my core system. In order to protect the system I want to install all packages using only the permission that the user has?

How can I do below without sudo rights… snap install myawsomeapp

**assume that my sys admin already did: (sudo apt install snapd)

Risks with current sudo requires solution: -with sudo we are installing packages that could have unintended consequences. -with sudo the core system is exposed -we don’t want to allow users to install packages globally, and using sudo allows just that.

Thanks Lucas

There is no user-only mode of installing snaps. What is the concern here?