Bitwarden Password Manager
Installing Bitwarden
=== "x86_64" You can install Bitwarden on a Intel or AMD based ChromeOS device by running the following on the ChromeOS Linux Terminal
```bash
sudo apt-get install libfuse-dev libnss3 libsecret-1-dev wget
mkdir ~/bin
cd ~/bin
wget https://github.com/bitwarden/clients/releases/download/desktop-v2024.10.1/Bitwarden-2024.10.1-x86_64.AppImage
mv Bitwarden-2024.10.1-x86_64.AppImage Bitwarden.AppImage
chmod +x Bitwarden.AppImage
```
=== "arm/aarch64" BitWarden Desktop is not available for ARM based devices at this time, please use the web based version of BitWarden or the Android Application
Launching Bitwarden
```bash
cd ~/bin
./Bitwarden.AppImage
```