Appearance
Installation
Systemanforderungen
| Windows | macOS | Linux | |
|---|---|---|---|
| Version | 10/11 (64-bit) | 12+ (Monterey) | Ubuntu 20.04+, Debian 10+ |
| RAM | 4 GB (8 empfohlen) | 4 GB | 4 GB |
| Speicher | 200 MB | 200 MB | 200 MB |
| Architektur | x64, ARM64 | Apple Silicon, Intel | x64 |
Windows
- Lade
MaxiCoreSetup.exevon maxicore.ch/download - Rechtsklick → "Als Administrator ausführen"
- Installiert sich nach
C:\Program Files\MaxiCore\
Windows-Dienst
MaxiCore kann als Dienst im Hintergrund laufen:
powershell
Get-Service MaxiCoreAgent # Status
Start-Service MaxiCoreAgent # Starten
Stop-Service MaxiCoreAgent # StoppenSignatur verifizieren
powershell
Get-AuthenticodeSignature "C:\Program Files\MaxiCore\MaxiCore.exe"
# SignerCertificate: CN=HELIX_12 Labs, Status: ValidmacOS
- Lade
MaxiCore.dmgvon maxicore.ch/download - Ziehe MaxiCore in den Applications-Ordner
- Beim ersten Start: Rechtsklick → "Öffnen"
Berechtigungen
MaxiCore braucht für Desktop-Steuerung:
- Bedienungshilfen (Maus/Tastatur)
- Bildschirmaufnahme (Screenshots)
Systemeinstellungen → Datenschutz & Sicherheit → MaxiCore aktivieren.
Linux
Debian/Ubuntu
bash
wget https://maxicore.ch/download/MaxiCore-amd64.deb
sudo dpkg -i MaxiCore-amd64.debAppImage
bash
wget https://maxicore.ch/download/MaxiCore-x64.AppImage
chmod +x MaxiCore-x64.AppImage
./MaxiCore-x64.AppImageServer (Headless)
bash
curl -fsSL https://maxicore.ch/install | sudo bash -s -- --key MC-XXXXDeinstallation
Windows: Einstellungen → Apps → MaxiCore Agent → Deinstallieren
macOS: MaxiCore aus Applications in den Papierkorb ziehen.
Linux: sudo apt remove maxicore
SHA256 Checksummen
bash
curl -fsSL https://maxicore.ch/download/checksums.sha256
sha256sum -c checksums.sha256