> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-8-zhang-zhuo-mian-huan-jing/8.1.-gai-shu.md).

# 8.1.概述

虽然 FreeBSD 因其性能和稳定性而在服务器领域广受欢迎，但它同样非常适合作为日常使用的桌面系统。FreeBSD 的 Ports 中包含 36000 余款应用程序，因此构建一个能够运行多种桌面应用的定制化桌面环境变得十分简单。本章演示如何安装常见的桌面环境，以及网页浏览器、办公软件、文档查看器和财务软件等桌面应用。

前提条件：

* 本章的读者应已了解如何在 FreeBSD 上安装 [X Window 系统](/di-5-zhang-xwindow-xi-tong/5.1.-gai-shu.md) 或 [Wayland](/di-6-zhang-freebsd-zhong-de-wayland/6.1.-wayland-jian-jie.md)。
* 本章中将指导读者安装官方预编译软件包。如需了解如何通过 Ports 构建自定义软件包，请参考 [使用 Ports](/di-4-zhang-an-zhuang-ying-yong-cheng-xu-ruan-jian-bao-he-ports/4.5.-shi-yong-ports.md) 一节。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.bsdcn.org/di-8-zhang-zhuo-mian-huan-jing/8.1.-gai-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
