🇫🇷 Projet français — documentation disponible en français et en anglais.
🇬🇧 French project — documentation available in French and English.
Armada LSFG est un plugin Decky non officiel permettant de gérer des profils LSFG-VK sous ArmadaOS.
Le projet a été créé à l'origine uniquement pour un usage personnel, puis publié afin que d'autres utilisateurs puissent éventuellement l'utiliser, l'améliorer ou s'en inspirer.
Le projet étant français et n'ayant pas été conçu initialement pour une diffusion publique, l'interface du plugin n'est pas nécessairement entièrement traduite. Certaines chaînes peuvent rester uniquement en français.
La documentation publique est toutefois maintenue autant que possible en français et en anglais.
- Documentation complète en français
- Guide d'installation complet
- Mise à jour et désinstallation
- Déclaration sur le développement assisté par IA
- Crédits, dépendances et projets tiers
Armada LSFG is an unofficial Decky plugin for managing LSFG-VK profiles on ArmadaOS.
The project was originally created solely for personal use, then published so that other users could potentially use it, improve it, or use it as a reference.
Because this is a French project that was not originally intended for public distribution, the plugin interface may not be fully translated. Some interface strings may remain available only in French.
Public documentation is nevertheless maintained in both French and English whenever possible.
- Full English documentation
- Complete installation guide
- Update and uninstall
- AI development disclosure
- Credits, dependencies and third-party projects
Warning
Armada LSFG dépend d'ArmadaOS, de LSFG-VK et d'une copie achetée de Lossless Scaling.
Armada LSFG requires ArmadaOS, LSFG-VK, and a purchased copy of Lossless Scaling.
Installez ArmadaOS en suivant la documentation officielle correspondant exactement à votre appareil.
Avant de commencer :
- vérifiez la liste officielle des appareils pris en charge ;
- suivez la procédure ArmadaOS adaptée à votre modèle ;
- ne flashez jamais un ABL destiné à un autre appareil ou à un autre SoC.
Achetez puis installez Lossless Scaling sur Steam sur ArmadaOS.
LSFG-VK utilise notamment le fichier Lossless.dll provenant de votre propre installation de Lossless Scaling.
Le plus simple est de réaliser cette étape en SSH depuis un PC. Cela permet de copier/coller les commandes plus facilement et de suivre l'installation depuis un vrai terminal.
- Ouvrez le Quick Access Menu.
- Ouvrez Decky, puis Armada Control.
- Activez SSH dans Armada Control.
- Relevez l'adresse IP de votre appareil sur votre réseau local.
- Depuis un PC connecté au même réseau, ouvrez un terminal et connectez-vous :
ssh armada@ADRESSE_IPExemple :
ssh armada@192.168.1.50Lors de la première connexion, acceptez l'empreinte SSH si elle correspond bien à votre appareil.
Identifiants par défaut de l'image ArmadaOS :
Utilisateur : armada
Mot de passe : armada
Important
ArmadaOS est livré avec ce mot de passe connu et SSH est désactivé par défaut. Une fois SSH activé, toute personne ayant accès à votre réseau local peut tenter de se connecter tant que le mot de passe par défaut n'a pas été changé.
Il est fortement recommandé de modifier immédiatement le mot de passe avec :
passwdUtilisez ensuite ce nouveau mot de passe pour les connexions SSH et les demandes sudo.
Une fois connecté en SSH, installez LSFG-VK.
Armada LSFG est prévu pour fonctionner avec le build ARM64 suivant :
Zensenshi/lsfg-vk-odin2-armada
Depuis Desktop Mode, ouvrez Konsole puis exécutez :
cd ~
git clone https://github.com/Zensenshi/lsfg-vk-odin2-armada.git
cd lsfg-vk-odin2-armada
chmod +x install.sh
./install.shCe build est basé sur le projet PancakeTAS/lsfg-vk.
Depuis Konsole :
curl -fL \
https://github.com/BakaPute/ArmadaLSFG/releases/latest/download/install.sh \
-o /tmp/armada-lsfg-install.sh
chmod +x /tmp/armada-lsfg-install.sh
/tmp/armada-lsfg-install.shL'installateur :
- télécharge la dernière release Armada LSFG ;
- vérifie le SHA-256 du package ;
- vérifie les fichiers et métadonnées nécessaires à Decky ;
- sauvegarde l'installation précédente si elle existe ;
- installe Armada LSFG dans Decky ;
- conserve les configurations utilisateur LSFG ;
- ne modifie pas les Launch Options Steam.
Après l'installation :
- redémarrez l'appareil ;
- ouvrez le Quick Access Menu ;
- ouvrez Decky ;
- sélectionnez Armada LSFG ;
- vérifiez que LSFG-VK et
Lossless.dllsont détectés.
➡️ Guide d'installation complet en français
Il n'est pas nécessaire de désinstaller l'ancienne version.
Depuis Konsole ou une connexion SSH sur l'appareil ArmadaOS :
curl -fL \
https://github.com/BakaPute/ArmadaLSFG/releases/latest/download/install.sh \
-o /tmp/armada-lsfg-install.sh
chmod +x /tmp/armada-lsfg-install.sh
/tmp/armada-lsfg-install.shL'installateur sauvegarde l'installation précédente, installe la dernière release publiée et conserve les configurations utilisateur.
Après la mise à jour :
sudo reboot➡️ Guide complet de mise à jour et désinstallation
Pour supprimer uniquement Armada LSFG :
sudo rm -rf ~/homebrew/plugins/ArmadaLSFG
sudo rebootCette opération ne supprime pas LSFG-VK, Lossless Scaling ni ~/.config/lsfg-vk/.
Pour supprimer également les paramètres propres à Armada LSFG :
rm -rf ~/.config/armada-lsfg-managerPour supprimer également les sauvegardes Armada LSFG :
rm -rf ~/ArmadaLSFG-backups➡️ Guide complet de mise à jour et désinstallation
Install ArmadaOS using the official procedure for your exact device.
Before starting:
- check the official supported devices list;
- follow the ArmadaOS procedure for your exact model;
- never flash an ABL intended for another device or SoC.
Purchase and install Lossless Scaling on Steam on ArmadaOS.
LSFG-VK uses files from your own Lossless Scaling installation, including Lossless.dll.
The easiest way to complete this step is over SSH from a PC. This makes it much easier to copy/paste commands and follow the installation from a proper terminal.
- Open the Quick Access Menu.
- Open Decky, then Armada Control.
- Enable SSH in Armada Control.
- Note the IP address of your device on your local network.
- From a PC connected to the same network, open a terminal and connect:
ssh armada@DEVICE_IPExample:
ssh armada@192.168.1.50On the first connection, accept the SSH host fingerprint if it matches your device.
Default ArmadaOS image credentials:
Username: armada
Password: armada
Important
ArmadaOS ships with this known default password and SSH is disabled by default. Once SSH is enabled, anyone with access to your local network can attempt to log in until the default password has been changed.
It is strongly recommended to change the password immediately with:
passwdThen use the new password for SSH connections and sudo prompts.
Once connected over SSH, install LSFG-VK.
Armada LSFG is intended to work with this ARM64 build:
Zensenshi/lsfg-vk-odin2-armada
From Desktop Mode, open Konsole and run:
cd ~
git clone https://github.com/Zensenshi/lsfg-vk-odin2-armada.git
cd lsfg-vk-odin2-armada
chmod +x install.sh
./install.shThis build is based on PancakeTAS/lsfg-vk.
From Konsole:
curl -fL \
https://github.com/BakaPute/ArmadaLSFG/releases/latest/download/install.sh \
-o /tmp/armada-lsfg-install.sh
chmod +x /tmp/armada-lsfg-install.sh
/tmp/armada-lsfg-install.shThe installer:
- downloads the latest Armada LSFG release;
- verifies the package SHA-256 checksum;
- validates the Decky files and metadata;
- backs up the previous installation when present;
- installs Armada LSFG into Decky;
- preserves existing LSFG user configuration;
- does not modify Steam Launch Options.
After installation:
- restart the device;
- open the Quick Access Menu;
- open Decky;
- select Armada LSFG;
- verify that LSFG-VK and
Lossless.dllare detected.
➡️ Complete installation guide in English
You do not need to uninstall the previous version first.
From Konsole or an SSH session on the ArmadaOS device:
curl -fL \
https://github.com/BakaPute/ArmadaLSFG/releases/latest/download/install.sh \
-o /tmp/armada-lsfg-install.sh
chmod +x /tmp/armada-lsfg-install.sh
/tmp/armada-lsfg-install.shThe installer backs up the previous installation, installs the latest published release and preserves user configuration.
After updating:
sudo reboot➡️ Complete update and uninstall guide
To remove only Armada LSFG:
sudo rm -rf ~/homebrew/plugins/ArmadaLSFG
sudo rebootThis does not remove LSFG-VK, Lossless Scaling or ~/.config/lsfg-vk/.
To also remove Armada LSFG settings:
rm -rf ~/.config/armada-lsfg-managerTo also remove Armada LSFG backups:
rm -rf ~/ArmadaLSFG-backups➡️ Complete update and uninstall guide
Le code spécifique à Armada LSFG a été développé en grande partie avec l'aide d'OpenAI ChatGPT, à partir des besoins, choix, tests, journaux et retours de BakaPute.
Project-specific Armada LSFG code was developed substantially with the assistance of OpenAI ChatGPT, based on BakaPute's requirements, decisions, testing, logs, and feedback.
Le projet s'appuie également sur plusieurs projets externes, notamment LSFG-VK, lsfg-vk-odin2-armada, Decky Loader et le Decky Plugin Template.
The project also relies on several external projects, including LSFG-VK, lsfg-vk-odin2-armada, Decky Loader, and the Decky Plugin Template.
Armada LSFG is not affiliated with, sponsored by, or endorsed by:
- ArmadaOS
- AYN
- Decky Loader / SteamDeckHomebrew
- Valve / Steam
- Lossless Scaling
- LSFG-VK
- PancakeTAS
- Zensenshi
- OpenAI
All product names, trademarks and project names belong to their respective owners.
v0.1.4



