Currently, the Linux daemon installation process still uses root permissions. Can you change it to user scope? The file is located in `model/daemon-installer.linux.go`. You can refer to the same process in `model/daemon-installer.darwin.go`. @claude
Currently, the Linux daemon installation process still uses root permissions. Can you change it to user scope?
The file is located in
model/daemon-installer.linux.go.You can refer to the same process in
model/daemon-installer.darwin.go.@claude