Dragonfire
Enrichment pendingthe open-source virtual assistant for Ubuntu based Linux distributions
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (1327d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- 601 low (601 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
the open-source virtual assistant for Ubuntu based Linux distributions
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 11, 2026
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Tags
README
Installation
To run Dragonfire on a desktop Debian or Ubuntu system, either download the latest release (the .deb file) and install as follows:
sudo dpkg -i dragonfire_1.1.1_amd64.deb
or clone the GitHub repository and run
sudo make install
in the repository directory.
To install the dependencies, run sudo apt-get -f install right after the dpkg -i command. The installation will automatically download the pre-trained English model of Mozilla DeepSpeech (1.31 GB download size) and will place it under /usr/share/dragonfire/deepspeech/models directory. You can manually download the model if you wish.
If you want to run Dragonfire on a server, you should install the Docker image (which does not install the huge DeepSpeech model required for speech recognition):
docker pull dragoncomputer/dragonfire