---
title: "Dragonfire"
type: "tool"
slug: "dragoncomputer-dragonfire"
canonical_url: "https://www.graphcanon.com/tools/dragoncomputer-dragonfire"
github_url: "https://github.com/DragonComputer/Dragonfire"
homepage_url: "http://dragon.computer"
stars: 1406
forks: 211
primary_language: "Python"
license: "MIT"
archived: false
categories: ["model-training", "llm-frameworks", "speech-audio"]
tags: ["linux", "personal-assistant", "kaldi", "artificial-intelligence", "nlp", "machine-learning", "spacy", "chatbot"]
updated_at: "2026-07-11T12:11:39.430261+00:00"
---

# Dragonfire

> the open-source virtual assistant for Ubuntu based Linux distributions

the open-source virtual assistant for Ubuntu based Linux distributions

## Facts

- Repository: https://github.com/DragonComputer/Dragonfire
- Homepage: http://dragon.computer
- Stars: 1,406 · Forks: 211 · Open issues: 48 · Watchers: 80
- Primary language: Python
- License: MIT
- Last pushed: 2022-11-21T21:49:43+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Dormant (computed 2026-07-11T12:11:27.923Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 601 low) · last scan 2026-07-11T12:11:30.240Z
- Full report: [trust report](/tools/dragoncomputer-dragonfire/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/dragoncomputer-dragonfire/trust)

## Categories

- [Model Training](/categories/model-training.md)
- [LLM Frameworks](/categories/llm-frameworks.md)
- [Speech & Audio](/categories/speech-audio.md)

## Tags

linux, personal-assistant, kaldi, artificial-intelligence, nlp, machine-learning, spacy, chatbot

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [tensorflow](/tools/tensorflow-tensorflow.md) - An Open Source Machine Learning Framework for Everyone (★ 196,300) [Very active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
### Installation

To run Dragonfire on a desktop Debian or Ubuntu system, either download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and install as follows:

```Shell
sudo dpkg -i dragonfire_1.1.1_amd64.deb
```


or clone the GitHub repository and run

```Shell
sudo make install
```

in the repository directory.

<sup><i>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](https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/deepspeech-0.4.1-models.tar.gz) if you wish.</i></sup>

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):

```Shell
docker pull dragoncomputer/dragonfire
```
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/dragoncomputer-dragonfire`](/api/graphcanon/tools/dragoncomputer-dragonfire)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
