b137359b90
Files changed: - kb/concepts/Denylist over Allowlist.md - kb/concepts/LLM Wiki Pattern.md - kb/concepts/SSD TRIM.md - kb/entities/people/E3DC GmbH.md - kb/entities/people/Vannevar Bush.md - kb/entities/projects/ha-core.md - kb/entities/projects/hacs-integration-blueprint.md - kb/entities/systems/AGENTS.md.md - kb/entities/systems/CLAUDE.md.md - kb/entities/systems/E3DC.md - kb/entities/systems/ENVIRONMENT.md.md - kb/entities/systems/Memex.md - kb/entities/systems/Tolkien Gateway.md - kb/entities/technologies/Arch Linux.md - kb/entities/technologies/Disk Encryption.md - kb/entities/technologies/Docker.md - kb/entities/technologies/Gitea Actions.md - kb/entities/technologies/Gitea.md - kb/entities/technologies/Go.md - kb/entities/technologies/Home Assistant.md - kb/entities/technologies/Kernel PM Governors.md - kb/entities/technologies/LVM.md - kb/entities/technologies/Linux Kernel.md - kb/entities/technologies/MQTT.md - kb/entities/technologies/OPC UA.md - kb/entities/technologies/Python.md - kb/entities/technologies/Rust.md - kb/entities/technologies/Wine GE.md - kb/entities/technologies/Wine-Staging.md - kb/entities/technologies/acpi-cpufreq.md - kb/entities/technologies/amd-pstate.md - kb/entities/technologies/iii Engine.md - kb/entities/tools/AUR.md - kb/entities/tools/Act Runner.md - kb/entities/tools/Agent Memory.md - kb/entities/tools/Aura.md - kb/entities/tools/Bottles.md - kb/entities/tools/ChatGPT.md - kb/entities/tools/Claude Code.md - kb/entities/tools/Codex CLI.md - kb/entities/tools/Dataview.md - kb/entities/tools/GPG.md - kb/entities/tools/GitHub Copilot.md - kb/entities/tools/Gitea MCP Server.md - kb/entities/tools/Lutris.md - kb/entities/tools/Marp.md - kb/entities/tools/Mistral Vibe.md - kb/entities/tools/NotebookLM.md - kb/entities/tools/Obsidian Web Clipper.md - kb/entities/tools/Obsidian.md - kb/entities/tools/OpenAI Codex.md - kb/entities/tools/OpenCode.md - kb/entities/tools/Pi.md - kb/entities/tools/Proton.md - kb/entities/tools/Wine.md - kb/entities/tools/awesome-llm-wiki.md - kb/entities/tools/farzaa gist.md - kb/entities/tools/gdeploy.md - kb/entities/tools/makepkg.md - kb/entities/tools/pascalandy schema.md - kb/entities/tools/qmd.md - kb/entities/tools/wikitool.md - kb/log.md - work/link-taxonomy-migration/glossary.md
90 lines
2.6 KiB
Markdown
90 lines
2.6 KiB
Markdown
---
|
|
type: types/entity.md
|
|
entity_type: tool
|
|
tags: [compatibility, windows, linux, gaming]
|
|
created: 2026-08-01
|
|
modified: 2026-08-29
|
|
related:
|
|
- Bottles
|
|
- Proton
|
|
- Wine-Staging
|
|
- Wine GE
|
|
- Lutris
|
|
- runs-on: Arch Linux
|
|
sources: [Source - Wine, Source - Arch Linux Cheat Sheet]
|
|
confidence: 0.95
|
|
confidence_base: 0.95
|
|
provenance: sourced
|
|
summary: Kompatibilitätsschicht, die Windows-API-Aufrufe nach POSIX übersetzt und Windows-Anwendungen unter Linux, BSD und macOS ohne Virtualisierung oder Emulation ausführt.
|
|
---
|
|
# Wine
|
|
|
|
**Typ:** tool
|
|
|
|
## Beschreibung
|
|
|
|
Wine (Wine Is Not an Emulator) ist eine Kompatibilitätsschicht, die Windows-Anwendungen auf Unix-ähnlichen Betriebssystemen einschließlich Linux, macOS und BSD ausführen kann. Sie übersetzt Windows-API-Aufrufe zur Laufzeit in POSIX-kompatible Aufrufe, wodurch die Leistungs- und Speicherstrafen einer vollständigen virtuellen Maschine entfallen.
|
|
|
|
## Kerndaten
|
|
|
|
- **Zweck:** Ausführen von Windows-Anwendungen unter Linux und anderen Unix-ähnlichen Systemen
|
|
- **Status:** Aktiv, weit verbreitet
|
|
- **Lizenz:** LGPL
|
|
- **Plattform:** Linux, macOS, BSD
|
|
- **Website:** https://www.winehq.org/
|
|
|
|
## Beziehungen
|
|
|
|
- **Verwendet von:** [[Bottles]], [[Lutris]], [[Proton]]
|
|
- **Erweitert von:** [[Wine-Staging]], [[Wine GE]]
|
|
- **Verwandt mit:** [[Proton]], [[Arch Linux]]
|
|
- **Abhängig von:** System-Bibliotheken, X11/Wayland
|
|
|
|
## Details
|
|
|
|
### Varianten
|
|
|
|
- **Wine Upstream:** Vanilla Wine from winehq.org
|
|
- **Wine Valve:** Valves benutzerdefinierter Wine-Build mit Proton-Integration
|
|
- **Wine GE:** Benutzerdefinierte Builds von GloriousEggroll mit zusätzlichen Patches
|
|
- **Wine-Staging:** Wine mit zusätzlichen experimentellen Patches
|
|
|
|
### Arch-Linux-Konfiguration
|
|
|
|
Um zu verhindern, dass Wine während der Paketinstallation systemweit Dateibindungen erstellt, fügen Sie folgendes zu `/etc/pacman.conf` hinzu:
|
|
|
|
```
|
|
[options]
|
|
NoExtract = usr/lib/binfmt.d/wine.conf
|
|
NoExtract = usr/share/applications/wine.desktop
|
|
```
|
|
|
|
Dies verhindert, dass Wine Dateityp-Zuordnungen und binfmt-Handler systemweit registriert.
|
|
|
|
## Verwendung in Bottles
|
|
|
|
Wine dient als Grundlage für mehrere [[Bottles]]-Runtimes, einschließlich:
|
|
- Soda - Basierend auf Wine Valve mit Staging und Proton
|
|
- Caffe - Basierend auf Wine Upstream mit Staging und Proton
|
|
- Vaniglia - Basierend auf Wine Upstream mit Staging
|
|
|
|
## Siehe auch
|
|
|
|
- [[Bottles]]
|
|
- [[Proton]]
|
|
- [[Wine-Staging]]
|
|
- [[Wine GE]]
|
|
- [[Lutris]]
|
|
- [[Source - Wine]]
|
|
|
|
<!-- wikitool:links -->
|
|
## Beziehungen
|
|
|
|
- [[Bottles]]
|
|
- [[Proton]]
|
|
- [[Wine-Staging]]
|
|
- [[Wine GE]]
|
|
- [[Lutris]]
|
|
- **runs-on:** [[Arch Linux]]
|
|
<!-- /wikitool:links -->
|