UbikUbik

Learn Ubik Studio

Everything you need to get started, organized by topic. Pick a guide below or scroll through at your own pace.

Download & Install

Ubik Studio runs on Mac, Windows, and Linux. Head to our download page to grab the latest version.

Which version do I need?

  • Mac — Works on all recent Macs (Apple Silicon and Intel). Download the .dmg file.
  • Windows — Works on Windows 10 and later. Download the .exe installer.
  • Linux — Available as AppImage, .deb, or .rpm depending on your distribution.

If your computer is from the last few years, you're good to go.

How to install

Mac

  1. Open the .dmg file you downloaded
  2. Drag Ubik Studio into your Applications folder
  3. Open it from Applications

Windows

  1. Double-click the installer you downloaded
  2. Follow the on-screen prompts
  3. Open Ubik Studio from the Start Menu

Linux

  1. Download the package for your distribution
  2. Install it with your package manager, or run the AppImage directly

Staying up to date

Ubik Studio updates itself automatically. When a new version is ready, you'll see a gentle prompt to restart the app. That's it — no manual downloads needed.

Getting Started

Welcome to Ubik Studio. Let's walk through the basics so you can start working right away.

Step 1: Open the app

After installing, open Ubik Studio like any other application. You'll see the home screen where you can create or open a workspace.

Step 2: Create a workspace

A workspace is where your research lives. Think of it as a dedicated folder for a project.

  1. Click Create Workspace
  2. Give it a name (like "Climate Research" or "Thesis Notes")
  3. Pick where to save it on your computer
  4. Click Create

That's it — your workspace is ready.

Step 3: Add your documents

Bring in the files you want to work with:

  • Drag and drop files directly into the app window
  • Use File > Import from the menu bar
  • Click the + button in the sidebar

Ubik Studio works with PDFs, Word documents, images, and more.

Step 4: Start exploring

Once your documents are in, you can:

  • Ask questions about your files using the AI panel
  • Get summaries of long papers and reports
  • Search by meaning — describe what you're looking for in plain language

Select any text or document and the AI panel will offer ways to help.

You're all set!

That's the basics. From here you might want to explore your workspace in more detail, learn about AI features, or read the story behind the new Ubik.

Your Workspace

A workspace is like a folder for a project. Everything you add to it — documents, notes, search results — stays together in one place on your computer.

Creating a workspace

  1. From the home screen, click Create Workspace
  2. Name it something meaningful (a project name, a research topic, anything)
  3. Choose where to save it on your computer
  4. Click Create

You can have as many workspaces as you need. One per project, one per class, one per curiosity — it's up to you.

What's inside a workspace

Each workspace contains:

  • Your documents — PDFs, papers, reports, anything you've imported
  • Your notes — Annotations, highlights, and AI-generated summaries
  • Your library — Papers discovered through search are saved here automatically

Everything stays local

Your files never leave your computer. When you add a document to Ubik Studio, it's stored right on your machine — not uploaded to a server. This means:

  • Your research is private by default
  • Everything works without an internet connection
  • There's no waiting for uploads or downloads

Switching between workspaces

Click the workspace name in the top-left corner to see all your workspaces. Switch between them anytime — each one picks up right where you left off.

Finding things

Use the search bar (or press the search shortcut) to find anything in your current workspace. You can search by title, by content, or just describe what you're looking for in your own words.

AI Features

Ubik Studio's AI is designed to help you understand your research, not replace your thinking. Here's what it can do.

Ask questions about your documents

Select a document (or several) and ask a question in the AI panel. For example:

  • "What are the main findings of this paper?"
  • "Summarize the methodology section"
  • "What does this study say about X?"

The AI reads your documents and answers based on what's actually in them — with references you can check.

Get summaries

Working with a long paper? The AI can summarize it for you, section by section or as a whole. This is especially helpful when you're reviewing many papers and need to decide which ones deserve a closer read.

Traceable citations

When the AI generates text, every claim links back to a specific quote in your documents. You can click any citation to jump straight to the source. Change the citation format to match your needs (APA, MLA, Chicago, or custom).

Highlights and annotations

Ubik's agents can annotate your documents automatically — highlighting key passages and attaching summaries. These annotations are broken down carefully so that fragmented claims scattered across a document are captured and rebuilt into clear, traceable notes.

Search by meaning

Type what you're looking for in plain language. Instead of matching exact keywords, Ubik finds documents and passages that are about what you mean. "That paper about migration patterns" works even if those exact words don't appear in the title.

Choose your model

Ubik Studio lets you pick the AI model that works best for you — whether that's a frontier model, something experimental, or a local model running on your own machine. You're in control.

Settings

Open Settings by clicking the gear icon in the sidebar or using the keyboard shortcut.

Appearance

Choose between light and dark themes, or let Ubik match your system preference. Adjust text size if you'd like things larger or smaller.

AI preferences

Pick your preferred AI model and configure how the AI behaves. You can switch models anytime depending on what you're working on.

Updates

Ubik Studio updates automatically, but you can choose which release channel you prefer:

  • Stable — Recommended for most people. Well-tested releases.
  • Beta — Try new features a little early.
  • Alpha — The very latest. Best for developers or the adventurous.

Change your channel in Settings and the next update will come from that track.

Keyboard shortcuts

ActionMacWindows / Linux
SearchCommand + KCtrl + K
SettingsCommand + ,Ctrl + ,
New WorkspaceCommand + NCtrl + N
Open WorkspaceCommand + OCtrl + O

Security Overview

Last Updated: February 3, 2026

Security is foundational to Ubik. This document describes how we protect your data, our security practices, and how you can help keep your account secure.

1. Our Security Commitment

We take security seriously. Your research data, datasets, and intellectual property deserve protection. We implement industry-standard security measures and continuously improve our security posture.

Our commitments:

  • Encryption of data in transit and at rest
  • Regular security assessments and penetration testing
  • Incident response procedures
  • Transparent communication about security issues
  • Compliance with applicable regulations

2. Infrastructure & Network

We use enterprise-grade hosting and infrastructure. Authentication and payments are handled by certified third parties. Our setup includes:

  • TLS 1.3 for all connections (HTTPS only), HSTS, and certificate transparency
  • DDoS protection and Web Application Firewall (WAF) for common attacks
  • Rate limiting to prevent abuse
  • Provider certifications (SOC 2, ISO 27001) and physical security controls

3. Data Encryption

All data is encrypted in transit (TLS) and at rest (AES-256). Local app data and credentials on your device are protected with encryption and OS secure storage (Keychain/Credential Manager).

4. Application Security

4.1 Secure Development

Code review, static analysis, dependency scanning, and secret scanning are part of our CI/CD pipeline.

4.2 Authentication Security

We use a certified authentication provider, with:

  • Multi-factor authentication (MFA) support
  • Passwordless options (magic links, passkeys)
  • Brute force protection (rate limiting, lockouts)
  • Session management (secure tokens, expiration)
  • OAuth/SSO integration

4.3 Authorization

Role-based access control, least privilege, API key scoping, and audit logging for sensitive actions.

4.4 Input Validation

We protect against SQL injection, XSS, CSRF, and path traversal via parameterized queries, sanitization, token-based protection, and sandboxing.

5. Desktop Application Security

The desktop app is code-signed on all platforms. Updates are signed and verified; security patches can auto-install. The app runs with minimal privileges, isolates background processes, restricts file access, and protects local data with encryption and OS secure storage. Always download from official sources.

6. Access Controls

We limit internal access with least privilege, need-to-know, and quarterly access reviews. We only access your data when you request support, when investigating security issues, when required by law, or to prevent imminent harm—never for marketing, selling, or training AI models. We maintain audit logs for administrative access, data access, and security events.

7. Third-Party Security

We assess third-party vendors for security certifications, privacy practices, and contractual requirements. We have Data Processing Agreements (DPAs) with all processors handling personal data, ensuring GDPR and other regulatory compliance.

8. Incident Response

We have a documented incident response plan (detection, triage, containment, remediation, recovery). For incidents affecting your data, we notify affected users within 72 hours (critical) or 7 days (high), plus regulatory authorities as required. We disclose what happened, what data was affected, what we're doing about it, and what you should do.

9. Vulnerability Management

We run automated scanning, dependency audits, and annual penetration testing. To report vulnerabilities: email security@ubik.studio with a description, steps to reproduce, and impact. We acknowledge within 48 hours and work to fix valid issues promptly. Do not access other users' data or disclose before we've fixed the issue.

10. Compliance

We design our systems to support GDPR, CCPA/CPRA, and other applicable regulations. Data is stored in the United States by default; Enterprise customers may request data residency and custom DPAs. Contact info@ubik.studio for compliance documentation.

11. Your Security Responsibilities

  • Account: Use strong passwords, enable MFA (Settings → Security), don't share credentials, log out on shared devices
  • Desktop: Download from ubik.studio or official app stores only; keep the app updated; use device encryption
  • Data: Back up important data; review sharing settings; report suspicious activity
  • Phishing: We never ask for your password via email or send unexpected attachments. Forward suspicious messages to security@ubik.studio

12. Security Features

All users get MFA, session management, login notifications, and secure password reset. Professional plans add API key management and access logs. Enterprise adds SAML/SSO, custom policies, audit log exports, IP allowlisting, and dedicated security reviews.

13. Frequently Asked Questions

Is my data encrypted? Yes. All data is encrypted in transit (TLS) and at rest (AES-256).

Who can access my data? Only you and those you share with. Ubik employees cannot access your data without your permission or legal requirement.

Do you sell my data? No. We never sell personal data or user content.

What happens if there's a breach? We notify affected users within 72 hours and provide guidance on protective steps.

Is the desktop app safe? Yes. It's code-signed, regularly updated, and uses encryption for local data. Download from official sources only.

Can I request compliance or security documentation? Contact info@ubik.studio. Enterprise customers can request security questionnaires via their account manager.

14. Contact Security Team

For security concerns or to report vulnerabilities:

Security Team: security@ubik.studio
General Support: info@ubik.studio
Website: www.ubik.studio

For urgent security issues, include "URGENT" in the subject line.

Developers & API

Developer documentation and API references are coming soon.

We're working on tools and APIs that will let you extend Ubik Studio, build custom workflows, and integrate with other systems.

Want to stay in the loop? Join our community chat or reach out at info@ubik.studio.