# I, Librarian • [I, Librarian](https://i-librarian.net/) is a self-hosted service for organizing and searching your academic research. # Overview [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-23-59-59.png) [I, Librarian](https://i-librarian.net/) is a self-hosted service for organizing and searching your academic research.
Tryout an [I, Librarian demo](https://i-librarian.net/demo).
- Build a centralized repository for all of your academic research and organize your paper metadata. - Leverage full-text search for your entire library and find just the paper you need. - Collaborate with peers directly your your browser with features like user accounts, discussion boards and project management. # Media ## ScreenshotsI, Librarian v5.11.2
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-09-at-23-59-59.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-10-at-00-00-13.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-10-at-00-00-40.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-10-at-00-01-08.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-10-at-00-01-25.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-10-at-00-01-39.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-10-at-00-01-46.png) |
Ensure your user has permissions to access the folder.
Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").
## Docker Compose Use the following code to install the service: ```yaml --- services: i-librarian: image: cgrima/i-librarian ports: - "2485:80" volumes: # Persistent Data - /srv/ilibrarian/:/app/data # Local Time for Container - /etc/localtime:/etc/localtime:ro ``` # UpdatingRe-Deploy the Stack
This service has been optimized for running in Docker. This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # DevelopmentThis software is released under the [GPL-3.0 license](https://opensource.org/license/gpl-3-0).
You can learn more about how to contribute to I, Librarian by submitting issue requests through their [documentation](https://github.com/mkucej/i-librarian-free/issues). # Resources ## Official - [Official GitHub Repository](https://github.com/mkucej/i-librarian-free) - [Official Website](https://i-librarian.net/) - [Installation Guide](https://github.com/mkucej/i-librarian-free/blob/master/README-Linux.md) - [General Troubleshooting](https://i-librarian.net/support)