Headless software

From Wikipedia, the free encyclopedia

Headless software (e.g. "headless Linux",[1]) is software capable of working on a device without a graphical user interface. Such software receives inputs and provides output through other interfaces like network or serial port and is common on servers and embedded devices.

The term "headless" is most often used when the ordinary version of the program requires that a graphics card or similar graphical interface device be present. For instance, the absence of a graphic card, mouse or keyboard may cause an initialization process that assumes their presence to fail, or the graphics card may be relied upon to build some offline image that is later served through network.

A headless computer (for example, and most commonly, a server) may be missing many of the system libraries that support the display of graphical interfaces. Software that expects these libraries may fail to start or even to compile if such libraries are not present.[2]

Headless agents and games[edit]

Video games typically use a headless server for simulation of a multiplayer environment.

A headless server does not render any visuals, and there is nobody playing on it locally. This enables a dedicated server to focus on gameplay logic and moderating incoming information from clients, making the most of its resources for hosting a game.

— Unreal Engine documentation

[3]

Additionally, headless clients can be used to automate testing, play as NPC AIs, or integrate with an external artificial human companion system.

Headless simulations of games are used to accelerate the rate of gradient descent in machine learning, for example, by enabling large batches of simulation to be run in parallel.[4]

Headless rendering[edit]

When no physical screen is present, software can still be used to render images for many applications.

In a headless website configuration, the frontend presentation is server-side rendered.

Headless rendering is also used in films and generation of synthetic data. For example, Blender provides Command Line Rendering.[5]

See also[edit]

References[edit]

  1. ^ Clarification of "headless Linux"
  2. ^ Michael Wiles (2010) Headless Build, who needs it?
  3. ^ "Setting Up Dedicated Servers".
  4. ^ Frans, Kevin; Isola, Phillip (2022). "Powderworld: A Platform for Understanding Generalization via Rich Task Distributions". arXiv:2211.13051 [cs.AI].
  5. ^ "Command Line Rendering".