

The staff homepage: a search box over the whole library, folders by category and the latest uploads.
Koloshare puts a real intranet inside the WordPress site your business already has. There is no separate hosting to buy, no per-user pricing, and no data leaving your server. Files live in your Media Library, content lives in your database, and staff sign in on your own address.
It was built for a trade supplier with a warehouse, a trade counter and vans, and it shows: everything is designed to work one-handed on a phone in a van as well as on a desk.
The Command Centre is a single-screen admin app built for people who do not enjoy the WordPress dashboard: files and folders, tags, users, trash and every setting in one place, with the paid sections (news, banners, team, contacts, analytics, branding) appearing there when a plan includes them. A guided setup wizard on first activation gets a working intranet up in about ten minutes.
wp-login.phpwp-adminThe free Starter tier is the private file library with no cap on it, and it is not a trial: folders, tags, document previews, search, share links, the branded sign-in, all of the security, the setup wizard and the Command Centre. The free plugin contains none of the paid code, so there is nothing in it waiting to be unlocked.
Standard adds the news feed and emailing an article to every account, the What’s new bell, urgent banners in your own colours, the team directory, the contacts book, the homepage background photo, multi-select with bulk download and share, download locks by department, and analytics.
Premium adds custom branding (your logo, colours and a choice of 12 fonts), search inside PDFs and Office documents, a read-only Policies tab, per-file passwords, named-user file visibility, the Spotlight story builder, seasonal decorations, advanced analytics and email support from the Command Centre.
Paid plans are sold per site, one price however many staff sign in, through Freemius. A licence installs the premium version over the top of the free one, sharing every file, setting and user. If it lapses nothing is deleted: the workspace drops back to the free tier, keeps every file and setting, and shows the news, team and contacts again when a licence returns.
Koloshare stores everything in your existing WordPress site and does not provide its own backup utility. Before making it your team’s single source of truth, check your hosting plan has enough storage for a growing file library, working automatic backups you have actually tested restoring, and upload limits big enough for your largest files.
Koloshare talks to one outside service, and it is listed here in full.
Freemius (freemius.com), the licensing and update service. It handles the checkout for paid plans and delivers plugin updates. Koloshare asks it for updates and licence status, nothing else, and only after you opt in on activation. You can skip the opt-in and the plugin works the same. Terms: https://freemius.com/terms/ and privacy: https://freemius.com/privacy/
Everything else the workspace loads (the PDF, spreadsheet, document and chart libraries) ships inside the plugin. See assets/vendor/README.md for what they are and where each came from.
These are shipped inside the plugin rather than loaded from a CDN, so the workspace works on a network that cannot reach one and no executable code is fetched from anywhere else. Each is minified as its author distributes it; the unminified source is at the link given, and all are GPL-compatible.
assets/vendor/pdf.min.js, assets/vendor/pdf.worker.min.js) — Apache-2.0 — https://github.com/mozilla/pdf.jsassets/vendor/xlsx.full.min.js) — Apache-2.0 — https://git.sheetjs.com/sheetjs/sheetjsassets/vendor/jszip.min.js) — MIT or GPLv3 — https://github.com/Stuk/jszipassets/vendor/docx-preview.min.js) — Apache-2.0 — https://github.com/VolodymyrBaydalka/docxjsIf your server happens to have Poppler (pdftotext, pdfinfo, pdftoppm) or Tesseract installed, Koloshare will use them to pull text out of PDFs for in-document search, and to read scanned pages that hold no text layer.
None of this is required. Koloshare does not install them, does not ask you to, and falls back to a pure-PHP extractor when they are absent. You just get better results out of awkward PDFs when they are there. Where PHP has shell_exec disabled, as it is on plenty of shared hosting, the whole path is skipped and nothing is attempted. Every filename and password handed to those tools goes through escapeshellarg().