
Scotch is a comprehensive operating system tailored specifically for liquor retailers, integrating liquor-focused point of sale (POS), payment processing, back office functions, inventory management, ordering, receiving, analytics, and customer engagement tools into one cohesive platform. More than just a typical POS system, Scotch is designed to meet the operational needs of bottle shops, wine retailers, beer outlets, and liquor stores, accommodating features like case breaks, handling distributor invoices, managing thousands of SKUs, working with multiple suppliers, ensuring age verification, enabling offline sales, and providing real-time inventory tracking. By streamlining transactions, the POS system allows staff to complete sales more quickly, enroll customers on the spot, manage rewards programs, facilitate split payments, ensure secure transactions, and maintain customer flow even during internet outages. Furthermore, Scotch automatically monitors parent-child inventory relationships, meaning that selling any quantity—be it a single bottle, a six-pack, or an entire case—instantly updates all related inventory types without the need for manual inputs or end-of-day reconciliation processes. This efficiency ultimately enhances the overall shopping experience for both retailers and their customers alike.
Learn more

CareLineLive is an all-in-one, cloud-based homecare management platform trusted by over 700 home care agencies and domiciliary care providers across the United Kingdom and Australia.
The platform covers rostering, scheduling, care planning, care monitoring (ECM), eMAR, payroll, invoicing and the Care Circle portal for friends and family.
Subscription includes CQC and CIW compliance tool MOA Benchmarking to deliver a solution combining both homecare management and compliance.
Customers find the comprehensive functionality easy to use because of the intuitive user interface and enjoy excellent day-to-day support which is recognised by CareLineLive’s high rating on Trustpilot.
CareLineLive is an NHS England Assured Supplier for Digital Social Care Records (DSCR). CareLineLive is accredited to ISO 27001 (Information Security), ISO 9001 (Quality Management), and Cyber Essentials Plus. In addition to being hosted on secure AWS servers with data stored in the UK (or Australia for customers there) for data sovereignty.
Founded in 2014, CareLineLive is led by Managing Director Josh Hough and is headquartered in West Sussex with offices in London and Melbourne. CareLineLive is part of MAS Technicae Group and received majority investment from technology-focused investment firm Accel-KKR in June 2025.
Learn more
zdaemon
Zdaemon is a Python application designed for Unix-based systems, including Linux and Mac OS X, that simplifies the process of running commands as standard daemons. The primary utility, zdaemon, allows users to execute other programs in compliance with POSIX daemon standards, making it essential for those working in Unix-like environments. To utilize zdaemon, users must provide various options, either through a configuration file or directly via command-line inputs. The program supports several commands that facilitate different actions, such as initiating a process as a daemon, halting an active daemon, restarting a program after stopping it, checking the status of a running program, signaling the daemon, and reopening the transcript log. These commands can be entered through the command line or an interactive interpreter, enhancing user flexibility. Furthermore, users can specify both the program name and accompanying command-line options, though it's important to note that the command-line parsing feature is somewhat basic. Overall, zdaemon is a crucial tool for managing daemon processes effectively in a Unix environment.
Learn more
PowerShell
PowerShell serves as a versatile task automation and configuration management framework that operates across various platforms and is comprised of both a command-line shell and a scripting language. Distinct from typical shells that primarily handle text, PowerShell is founded on the .NET Common Language Runtime (CLR), allowing it to work with .NET objects instead. This core distinction introduces a range of innovative tools and techniques for automating tasks. Unlike conventional command-line interfaces, PowerShell cmdlets are specifically crafted to manipulate objects rather than mere text. An object represents organized information that transcends the simple string of characters displayed on your screen. The output generated by commands always includes additional metadata that can be leveraged when necessary. If you've utilized text-processing tools previously, you'll notice that their functionality differs when employed within PowerShell. Generally, there is no need for separate text-processing utilities to obtain specific information, as you can directly interact with segments of the data using the standard PowerShell object syntax. This capability enhances the user experience by allowing for more intuitive and powerful data manipulation.
Learn more