Open Linked is a Blender add-on from polygoniq built around a single job: opening linked blends directly from the Outliner. When a scene contains linked libraries, a right-click menu in the Outliner lets you open the selected ones without leaving that window.
Installation works two ways. Through the Blender Extensions platform the add-on targets Blender 4.2 LTS and newer, while a ZIP install supports Blender 3.3 LTS and higher. Windows, macOS 10 and Linux are all supported. On Blender 4.2 and newer, updates come through the Extensions panel by searching for Open Linked and clicking Update. The add-on requests filesystem access, listed as a Files permission, since it expects to reach the filesystem.
Written entirely in Python and released under the GNU General Public License v3.0 or later, Open Linked is a compact, open-source utility. The full project, along with releases and issue tracking, lives on polygoniq's GitHub repository, where you can also review or modify the code.