Installing sbsh on Windows¶
Windows support for sbsh is planned but not yet available. Use one of these alternatives:
Option 1: Windows Subsystem for Linux (WSL)¶
Install sbsh in WSL and use it from Windows:
Install WSL¶
Install sbsh in WSL¶
Follow the Linux installation instructions inside your WSL environment.
Usage¶
Access sbsh from Windows:
Option 2: Docker¶
Run sbsh in a Docker container on Windows:
Prerequisites¶
Run sbsh Container¶
# Run sbsh interactively
docker run -it --rm `
-v ${env:USERPROFILE}\.sbsh:/root/.sbsh `
docker.io/eminwux/sbsh:v0.6.0-linux-amd64 `
sbsh
See the Container Usage Guide for detailed Docker instructions.
Option 3: Virtual Machine¶
Run sbsh in a Linux virtual machine:
- Install a Linux distribution (Ubuntu, Debian, etc.) in a VM
- Follow the Linux installation instructions
- Access via SSH or VM console
Native Windows Support¶
Native Windows support is planned for future releases. This will include:
- Native Windows binary
- Windows-specific path handling
- Integration with Windows Terminal
- PowerShell profile support
Next Steps¶
- Getting Started - Your first terminal session
- Container Usage - Using sbsh in Docker