
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
voice-assistant-linux
Advanced tools
Virtual assistant from voice commands to control operating system graphical user interface.
Say hi to VAL (Voice Assistant for Linux)!
A virtual assistant for Linux for controlling the operating system graphical user interface by using voice commands.
Project task list status
Warning
Install Shell Script Library
$
curl -fsSL github.com/henrikbeck95/shell_script_library/releases/latest/download/shell-script-library -O
$
mv ./shell-script-library /usr/local/bin/shell-script-library
ArchLinux
$
sudo pacman -S festival festival-english festival-us python-pyaudio
Install Python libraries
$
pip3 install SpeechRecognition
$
pip3 install yaml-1.3
$
pip3 install setuptools
$
pip3 install wheel
$
pip3 install twine
$
pip3 install voice-assistant-linux
Clone this repository.
$
git clone https://github.com/henrikbeck95/voice_assistant_linux.git
Build the package for PyPi
$
python3 setup.py sdist bdist_wheel
Upload the package to PyPi repository
$
twine upload dist/*
$
pip3 install voice-assistant-linux
$
python3 ./src/__init__.py
$
rm -fr ./voice_assistant_linux/
$
pip3 uninstall voice-assistant-linux
FAQs
Virtual assistant from voice commands to control operating system graphical user interface.
We found that voice-assistant-linux demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.