Linux 软件免费装
Banner图

Desktop Mode

开发者 automattic
allterraindeveloper
epeicher
更新时间 2026年7月7日 01:04
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

dashboard admin productivity ai desktop

下载

0.7.2 0.8.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7 0.8.8 0.8.9 0.9.0 0.9.1 0.9.2 0.9.3

详情介绍:

Your WordPress admin, reimagined as a desktop. Every admin screen opens as a draggable, resizable window — edit a post, browse the Media Library, and moderate comments side by side instead of one page at a time. https://www.youtube.com/watch?v=jii_gGbqUx4 Desktop Mode is opt-in per user: one click in the admin bar switches you in, one click switches you back. Nobody else on the site sees any change, and deactivating the plugin restores the classic admin exactly. Zero Core patches — every feature runs through public WordPress hooks. Built and maintained by Automattic, the company behind WordPress.com, Jetpack, WooCommerce, and Tumblr. A real desktop Make it yours Superpowers Built to be extended Every significant behavior is hookable. Register windows, dock items, wallpapers, widgets, desktop icons, commands, settings tabs, and AI tools from your own plugin — stable desktop_mode_register_* PHP APIs, a typed JavaScript API, and copy-paste examples in the developer docs on GitHub. External services This plugin's optional AI Assistant sends data to OpenAI (https://api.openai.com/v1/responses) when, and only when, an administrator configures an OpenAI API key in Settings → AI. With no key configured, no external requests are made. When the AI Assistant is enabled and a user invokes it (via Cmd+K or the slash-command palette): The AI Assistant's provider layer is also extensible: third-party plugins may register additional providers via desktop_mode_register_ai_provider(). Those providers may send data to other endpoints; review each plugin's own privacy disclosure separately. No other external services are contacted by this plugin.

安装:

  1. Upload the plugin folder to /wp-content/plugins/, or install via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Click the desktop icon in the admin bar's top-right corner. The admin reloads inside the desktop shell.
  4. Click the same icon again at any time to return to the classic admin.
Optional: enable the AI Assistant
  1. Open Settings → AI inside desktop mode.
  2. Paste an OpenAI API key and pick a model.
  3. Press Cmd+K (or Ctrl+K) anywhere in desktop mode to open the AI palette.

屏幕截图:

  • Your admin, your desktop — custom wallpapers and live widgets registered by plugins.
  • The AI Assistant (Cmd+K) answers questions about your own posts, pages, and comments.
  • Content Graph — an interactive map of how your content links together.
  • OS Settings — pick a wallpaper preset, an animated scene, or upload your own image.
  • Files on the desktop — drag posts, media, and links onto the wallpaper and into folders.
  • The Recycle Bin collects trashed posts, media, folders, and shortcuts in one window.

升级注意事项:

0.8.1 Framework and stability rework, reworked drag and drop, native Posts/Pages/Users windows, and a new Content Graph tool. Backwards-compatible. 0.5.1 Adds AI Copilot extensibility (server-side tools, multi-provider support) and a title-bar button registry. Backwards-compatible.

常见问题:

Does this change anything for users who don't opt in?

No. The classic admin is untouched until a user toggles desktop mode on for themselves. Deactivating the plugin restores vanilla Core exactly.

Does the plugin require an external service to function?

No. The desktop shell, windowing, dock, taskbar, virtual desktops, widgets, wallpapers, and all extension APIs work entirely on-site. The AI Assistant is the only feature that contacts an external service, and it is disabled until an administrator configures an API key. See "External services" in the description.

Does it patch WordPress core?

No. Every feature is wired through public WordPress actions and filters.

How do I disable desktop mode for my user?

Click the desktop icon in the admin bar a second time to flip the toggle off. The plugin can also be deactivated globally from the Plugins screen.

Where is the developer documentation?

In docs/ inside the plugin, and on GitHub. The hook reference, JavaScript reference, bridge protocol, and copy-paste examples all live there.

更新日志:

0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 0.8.6 0.8.6-rc1 0.8.5 0.8.4 0.8.3 0.8.2 0.8.1 0.5.1 0.5.0