top of page

Perplexity Portable Computer Comes to Windows, but 24GB of VRAM Keeps the Door Narrow

Sep 16
13 min read

Perplexity has released Perplexity Portable Computer for Windows, but the local AI agent requires an Nvidia GPU with at least 24GB of VRAM. The expansion moves the product beyond its original Linux deployment and Nvidia’s DGX Spark. Yet it excludes most ordinary Windows laptops and desktops.

The release matters because Portable Computer does more than generate chat responses. It plans multistep tasks, searches local files, invokes tools, and keeps jobs running through a local scheduler. Perplexity says work completed locally does not consume Computer credits.

That design challenges the cloud-first model used by most general-purpose AI agents. It gives compatible Windows PCs a larger role in processing private documents and repeated workflows. However, the hardware requirement turns a potentially broad Windows launch into a narrower test for developers, creators, and well-equipped businesses.

Perplexity Portable Computer Reaches Windows RTX PCs

Windows support removes an operating-system barrier, while leaving the much larger hardware barrier firmly in place.

Perplexity added Portable Computer to its existing Windows application on September 15, 2026. The company developed the local agent with Nvidia and initially released it for Linux on August 25.

According to the Windows release, users need a GeForce RTX or RTX PRO GPU with at least 24GB of video memory. They also need an eligible Perplexity subscription.

VRAM is the dedicated memory available to a graphics processor. Local language models use it to hold model weights, working data, and information generated during inference.

The requirement makes memory capacity more important than the age of a qualifying card. Desktop models cited as compatible examples include the RTX 3090, RTX 3090 Ti, RTX 4090, and RTX 5090. Several RTX PRO workstation cards also clear the threshold.

Many newer gaming computers still have less than 24GB of VRAM. Their GPUs can accelerate smaller local models, but they do not meet the stated requirement for this release.

Perplexity Portable Computer previously ran on the DGX Spark, Nvidia’s compact AI system based on its Grace Blackwell GB10 platform. The device combines a 20-core Arm processor with an Nvidia GPU and 128GB of unified memory.

Windows support changes the purchasing decision for people who already own a qualifying desktop or workstation. They can now install the agent through the Perplexity application instead of maintaining a Linux machine or acquiring dedicated DGX hardware.

The software includes a model picker that can download a supported local model through the application. Perplexity has identified Qwen 3.8 27B and PPLX 27B, its post-trained Qwen variant, as available options.

Nvidia Nemotron 3.5 Lightning is planned for the model picker. Nvidia also says DGX Station support will follow, although it has not given a firm release date.

The Windows version adds recurring schedules and support for local Model Context Protocol servers. MCP is a standard interface that lets AI applications connect with tools and structured data sources.

Those capabilities move Portable Computer closer to a persistent desktop worker. A user can assign an ongoing task, allow the system to access specified tools, and receive a completed artifact instead of another conversational answer.

That distinction is important. Traditional chat software waits for each prompt. An agent must preserve state, decide between actions, recover from errors, and determine when a task is complete.

Perplexity’s release brings those components into one Windows application. The immediate audience remains small, but the product now reaches the operating system used across much of business computing.

Why Perplexity Portable Computer Runs Locally

The central product decision is not simply running a language model locally; it is moving the agent’s control system onto the PC.

A local chatbot can answer questions without contacting a remote server. A local agent needs considerably more infrastructure because it must plan work, call tools, manage files, and track progress.

Perplexity says Portable Computer places its orchestrator, planner, tool router, scheduler, durable task queue, and search index on the user’s device. The orchestrator decides which components should handle each part of a task.

The planner divides a request into steps. The tool router chooses the appropriate application or service. The task queue preserves work that continues beyond a single interaction.

That structure allows the agent to analyze local data and produce deliverables through several actions. It can examine a folder, combine findings from multiple documents, and prepare a report without uploading every file.

The company’s local-first overview describes a financial-analysis example involving private statements and tax records. The local agent reconciles the documents, calculates results, and keeps the source material on the machine.

If the task needs current market information, the agent can request permission to send that specific step to Perplexity’s cloud. The external result then returns to the local workflow.

This creates a hybrid boundary rather than an absolute offline boundary. Local execution is the default, but web research, browser activity, connected applications, and advanced reasoning can still involve remote systems.

The approval step is therefore a critical part of the privacy design. Users need to understand what information accompanies an escalated request, not merely that a cloud model will become involved.

Perplexity says locally completed work does not use Computer credits. Repeated workflows can consequently run against hardware the customer already owns, without metering every local model action.

That arrangement changes the economics of long-running tasks. An agent might inspect incoming files every hour, classify them, update a local summary, and escalate only the unusual cases.

It also creates new operating costs that a credit counter does not show. Local inference consumes electricity, occupies GPU memory, produces heat, and can compete with rendering or other workloads.

The practical benefit depends on utilization. An expensive GPU sitting idle represents unused capacity. The same system running frequent document or software workflows can spread its hardware cost across more completed tasks.

Nvidia’s local AI announcement gives examples involving Microsoft Word, Google Drive, Gmail, Slack, and GitHub. One scenario asks the agent to compare GitHub issues with overnight bug reports and share prioritized findings.

That workflow reveals the product’s intended scope. Portable Computer is not only a private document reader. It is designed to move between local content and connected workplace systems.

A second example involves analyzing funnel data for a startup and posting findings to Slack. The agent can identify where users abandon a setup process, then communicate the result without requiring manual spreadsheet work.

These are company-provided demonstrations, not independent proof of reliability across every environment. They still illustrate why Perplexity needs more than a downloaded model and a chat box.

The local model handles inference, but the surrounding harness turns predictions into a durable workflow. Perplexity’s bet is that this harness will matter as much as the underlying model.

The Local AI Promise Meets a 24GB Reality

Perplexity’s local AI agent offers broader control over data, but only to customers with unusually memory-rich Nvidia hardware.

Windows runs on an enormous range of computers. Portable Computer currently addresses a small slice of that installed base because 24GB graphics cards remain uncommon outside enthusiast desktops and workstations.

A laptop with an RTX label does not automatically qualify. Product names can cover configurations with very different memory capacities, power limits, and cooling systems.

The restriction also excludes Windows PCs built around AMD or Intel graphics. Perplexity and Nvidia have presented the release as a joint implementation for Nvidia’s local AI stack.

This creates the article’s central tradeoff. Local agents promise personal control and predictable high-volume use, while their memory requirements concentrate access among well-equipped users.

The 27-billion-parameter models named for Portable Computer help explain the threshold. Model compression can reduce memory usage, but inference also needs space for context, intermediate calculations, and agent processes.

A model fitting into VRAM does not guarantee a responsive experience. Context length, tool calls, concurrent jobs, and output size can all affect memory pressure and completion time.

Local performance can also vary between qualifying systems. A workstation with greater memory bandwidth and thermal capacity can behave differently from a compact PC operating at a lower power envelope.

Perplexity has not published enough independent Windows testing to establish a normal completion time across supported cards. Early eligibility therefore says more about compatibility than consistent performance.

The company’s positioning also depends on task selection. A local model can be well suited to file extraction, classification, summarization, and routine transformations.

Complex reasoning or current research can push the workflow toward cloud escalation. Frequent escalation would weaken both the privacy advantage and the promise of unmetered local work.

The key metric is not whether Portable Computer can finish one demonstration. It is the proportion of useful workflows completed locally, accurately, and without substantial manual correction.

Perplexity says it built PPLX 27B to complete as much work locally as possible. The model can still seek help from larger cloud models when its orchestration system identifies a harder step.

That routing mechanism presents another measurement problem. An apparently successful result might combine local processing, web search, connected applications, and frontier-model reasoning.

Users will need clear execution records to understand that mixture. An activity log should show which files were accessed, which tools ran, and what information crossed the device boundary.

The 24GB requirement may fall over time as models become smaller or compression improves. Nvidia is also developing Windows systems specifically aimed at local agents, including its RTX Spark category.

For now, the requirement draws a visible line between ordinary AI PCs and machines that can host larger autonomous workflows. Neural processing units in mainstream laptops do not erase that distinction.

The release pressures PC vendors to define what “AI PC” means in practice. Features such as transcription and image effects require far less memory than a persistent multistep agent.

Buyers should therefore evaluate workloads instead of relying on the label. A computer optimized for conferencing assistance might not support a 27-billion-parameter agent with several active tools.

This distinction could influence future hardware configurations. If local agents gain adoption, memory capacity may become a more prominent purchasing factor alongside gaming performance and battery life.

Until then, Portable Computer for Windows remains an early-adopter product. Its reach has expanded, but its addressable hardware base remains deliberately constrained.

Local Ownership Challenges Cloud-First Agents

Portable Computer tests whether users will trade universal access for greater control over where agent work happens.

Cloud agents have a straightforward advantage. Their providers can run large models on centralized infrastructure, update them frequently, and serve users without demanding specialized local hardware.

They also create recurring concerns around sensitive data, usage limits, latency, and dependence on a remote service. Those concerns become sharper when an agent accesses entire folders, inboxes, or development repositories.

Perplexity Computer represents the cloud side of this comparison. Its general-purpose agent can research, browse, code, monitor tasks, and connect with workplace services.

Portable Computer keeps the same broad goal but changes the execution location. Routine reasoning, local search, scheduling, and file handling can occur on hardware controlled by the user.

This is not a pure local-versus-cloud contest because Perplexity combines both routes. The system can keep sensitive material on the device while sending an approved research step elsewhere.

That approach acknowledges a capability gap. Compact local models remain useful, but the largest hosted models can handle difficult reasoning and broad web tasks more effectively.

Perplexity’s strategy turns that limitation into a routing decision. The user does not need to choose one model for an entire job, although the agent’s choice still requires meaningful oversight.

The competitive pressure reaches beyond Perplexity’s cloud product. OpenAI, Anthropic, Google, Microsoft, and independent agent projects are all exploring software that can browse, code, and operate tools.

Most cloud agents compete on model intelligence and service integrations. A local-first agent adds hardware compatibility, data boundaries, resource management, and endpoint security to the comparison.

Independent projects such as Hermes Agent and OpenClaw show another route. Users can assemble local models and tools with more control, but setup and maintenance can require substantial technical knowledge.

Nvidia has said simplified local installation is also coming to Hermes Agent and OpenClaw. That work suggests Nvidia wants RTX systems to become a common foundation, not a single-vendor appliance.

Perplexity’s advantage is packaging. The model downloader, planner, connectors, scheduling, and hybrid escalation appear inside an application that existing subscribers may already use.

Its disadvantage is dependence on Perplexity’s supported stack and subscription access. A technically experienced user might prefer an open harness that offers more control over models, logs, and permissions.

Businesses face a more complicated choice. Local processing can help with private source material, but administrators still need policies governing connectors, remote escalation, model updates, and generated actions.

A company may also prefer centrally managed cloud infrastructure because it simplifies deployment and auditing. Local agents distribute compute and operational responsibility across individual endpoints.

That tension resembles earlier shifts from centralized computing to personal devices. Local ownership adds flexibility, while central services simplify maintenance and policy enforcement.

The strongest long-term design will likely combine both. Local models can handle sensitive or repetitive steps, while cloud systems provide fresh information and additional reasoning when authorized.

Perplexity Portable Computer is a concrete implementation of that hybrid thesis. Its Windows release tests whether the arrangement survives outside controlled Linux and DGX configurations.

The result matters to knowledge workers managing private research, contracts, product documents, or code. Those users already face the difficult choice between AI assistance and broad data disclosure.

A local agent can reduce that exposure, especially when paired with a well-organized personal knowledge base. However, execution location alone does not establish trust.

Trust also depends on access limits, transparent logs, predictable behavior, and reliable confirmation before consequential actions. That leads directly to the harder security question.

Keeping Data Local Does Not Make an Agent Safe

Local execution can improve privacy, but an agent with file and application access still creates significant security and governance risks.

Perplexity says code and tool execution occur in isolated sandbox environments. A sandbox restricts a program’s access to the wider operating system and limits damage from unexpected behavior.

That protection matters because Portable Computer can read files, connect to services, and take actions. Every additional permission expands both its usefulness and its potential failure surface.

A malicious instruction can arrive through content rather than the user’s prompt. For example, an agent might encounter hidden directions inside a webpage, email, document, or repository issue.

This technique is called indirect prompt injection. The untrusted content attempts to redirect the agent, misuse its tools, or expose information that the user never intended to share.

Running the model locally does not eliminate this risk. A compromised workflow can still alter files, send messages, misuse credentials, or disclose data through an authorized connector.

The AI Agent Index documented reported security concerns across several deployed browser and enterprise agents. Its researchers also found limited public disclosure of agent-specific safety evaluations.

Separate research on agent security identifies attack surfaces across tools, connectors, hosting boundaries, and multi-agent coordination. These problems become more important as agents run longer and receive broader permissions.

Portable Computer’s local sandbox and cloud-approval mechanism address parts of this problem. They do not prove resistance to every malicious document, poisoned tool response, or mistaken action.

Users should distinguish three claims. Data can remain local, execution can be isolated, and agent behavior can be secure. Each claim requires separate evidence.

The first concerns where information is processed. The second concerns operating-system boundaries. The third concerns whether the model and harness make safe decisions under adversarial conditions.

Perplexity’s cloud approval prompt is valuable only when it communicates meaningful details. A vague request to “continue online” does not tell a user which content will leave the machine.

The application should identify the destination, data fields, purpose, and expected result. It should also permit rejection without destroying the entire workflow.

Local MCP servers add another governance layer. They can connect the agent to desktop tools, but their permissions and provenance require careful review.

A compromised or poorly designed server can expose more capabilities than the user expects. Installation convenience should not replace verification of what each integration can read or change.

Recurring tasks deserve particular scrutiny because they run when a user may not be watching. A scheduled agent can repeatedly encounter new emails, files, and external content.

Administrators need audit trails that capture decisions and tool calls over time. They also need controls for revoking access, limiting directories, and pausing active jobs.

Reliability presents a related risk. A locally completed task can still contain false conclusions, missed files, or incorrect calculations.

The agent’s output should remain reviewable, especially for financial, legal, security, or production changes. Privacy does not compensate for an inaccurate result.

Portable Computer’s Windows launch is therefore an operational trial as much as a product expansion. Perplexity must show that ordinary users can manage permissions without becoming endpoint-security specialists.

Independent testing should examine malicious documents, tool failures, cloud escalation, recovery after interruption, and conflicts between scheduled tasks. These cases reveal more than curated demonstrations.

The company has described its controls, but broad evidence from real Windows deployments remains limited. That uncertainty should shape adoption decisions during the initial release.

Three Signals Will Decide Whether Windows Changes the Market

The next phase depends on hardware reach, observable local completion, and security transparency rather than another list of agent features.

The first signal is expansion below the 24GB VRAM threshold. Support for smaller models or more efficient inference would bring Portable Computer to a much broader range of Windows systems.

If Perplexity preserves useful agent performance on lower-memory GPUs, the current launch will look like a foundation for mass adoption. If the threshold remains fixed, the product will stay concentrated among enthusiasts and specialized teams.

The second signal is the percentage of real workflows completed without cloud escalation. Perplexity should disclose this across document analysis, coding, research, and connected-application tasks.

A high local completion rate would strengthen its privacy and usage claims. Frequent escalation would show that the local agent still depends heavily on cloud intelligence for demanding work.

Completion alone is insufficient. Reporting should include accuracy, task duration, intervention frequency, and the amount of information sent to external services.

The third signal is independent security evaluation. Researchers should test Portable Computer against indirect prompt injection, malicious connectors, excessive permissions, and deceptive cloud requests.

Strong results would support Perplexity’s claim that local-first agents can handle sensitive work responsibly. Serious failures would weaken the assumption that local execution creates a safer desktop assistant.

Nvidia’s October hardware plans also deserve attention. New RTX Spark Windows PCs from Lenovo and Acer are expected to target personal-agent workloads, according to Nvidia’s roadmap.

Those products can clarify whether the market wants dedicated agent hardware. Their memory configurations, thermals, software support, and business adoption will matter more than marketing labels.

Support for DGX Station will provide another comparison point. Higher-memory systems may run larger models or multiple jobs, but they address a different customer than mainstream Windows PCs.

Competition will further pressure Perplexity. Open agent frameworks can narrow its packaging advantage, while major cloud providers can add stronger local processing to their desktop applications.

The likely contest is not a simple race for the smartest model. It is a contest over who can divide work between devices and clouds with the clearest controls.

Perplexity Portable Computer gives that contest a visible Windows implementation. It places local planning, file access, scheduling, and model execution behind one application.

The release does not put unmetered local intelligence on every Windows computer. It puts an ambitious local agent on a limited set of high-memory Nvidia machines.

That narrower reality does not make the launch unimportant. It makes Portable Computer an early test of what users value when AI moves from answering questions to operating their computers.

Developers should watch tool reliability and execution logs. Enterprise buyers should examine permissions, update management, and cloud boundaries. Knowledge workers should test whether local processing improves sensitive workflows without adding excessive operational friction.

The decisive question is now practical: can Perplexity turn a specialized RTX configuration into an agent people trust with everyday work? Readers exploring similar workflows can also examine how knowledge blending connects private information with AI-assisted research while preserving useful context.

Give every agent the context to do better work

Connect your agents to the knowledge, decisions, and history already organized in remio.

remio currently supports Windows 10+ (x64) and Macs with Apple silicon.

Your AI Partner at Work
Get more done with remio

Plan. Create. Deliver.
All in one place.

bottom of page