https://github.com/supechicken/chromeos-autologin
Log in automatically on ChromeOS startup using your password
https://github.com/supechicken/chromeos-autologin
chrome-os-flex chromeos chromeos-flex chromium-os chromiumos fydeos
Last synced: 10 months ago
JSON representation
Log in automatically on ChromeOS startup using your password
- Host: GitHub
- URL: https://github.com/supechicken/chromeos-autologin
- Owner: supechicken
- License: gpl-3.0
- Created: 2024-05-18T09:37:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T11:10:43.000Z (about 2 years ago)
- Last Synced: 2025-04-14T03:06:39.433Z (over 1 year ago)
- Topics: chrome-os-flex, chromeos, chromeos-flex, chromium-os, chromiumos, fydeos
- Language: Crystal
- Homepage:
- Size: 883 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChromeOS AutoLogin
Log in automatically on ChromeOS startup using your password.
## How it works?
This simple program starts on ChromeOS boot and waits for the ChromeOS UI load.
Once the ChromeOS login prompt shows, the program creates a virtual keyboard and helps you type the password automatically.
## Installation
> [!NOTE]
> ChromeOS developer mode needs to be enabled first, [see here](https://github.com/chromebrew/chromebrew?tab=readme-ov-file#prerequisites) for more information.
Run this in VT-2 console:
```shell
sudo bash -c "$(curl -L https://github.com/supechicken/ChromeOS-AutoLogin/raw/main/install.sh)"
```
## Uninstallation
Run this in VT-2 console:
```shell
sudo rm -rf /usr/local/etc/cros-autologin /usr/local/bin/cros-autologin /etc/init/cros-autologin.conf
```
## Building
> [!NOTE]
> This project was written in Crystal, to build this you will need to install `crystal` first
```shell
crystal build --progress --release --static src/autologin.cr
llvm-strip autologin
```
## License
This project including all of its source files is released under the terms of [GNU General Public License (version 3 or later)](http://www.gnu.org/licenses/gpl.txt).