Desktop app hallucinates web search results and pages
Top 95.2% on SourcePulse
The Latent Browser is a desktop application that simulates a web browser, generating fictional web search results and entire web pages using a Large Language Model (LLM). It's designed for users interested in exploring AI-generated content and for developers wanting to build LLM-powered applications with a familiar browser-like interface.
How It Works
The application is built primarily with React, Tailwind CSS, and TypeScript, leveraging the Tauri framework for its desktop runtime. This combination allows for a web-like development experience while producing a native desktop application. The core functionality relies on an LLM (updated to GPT-4) to "hallucinate" web content, providing a unique approach to content generation within a browser context.
Quick Start & Requirements
bun install
bun tauri dev
bun next dev
then navigate to http://localhost:3000
Highlighted Details
davinci
to GPT-4
.Maintenance & Community
The project was revived in March 2024 after a hiatus. The primary developer is active on various AI projects, with community links available via their Linktree.
Licensing & Compatibility
The README does not explicitly state a license. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The project is in a state of active redevelopment following a hiatus, with the developer noting that "a lot of things changed" and "it is still possible that some things are broken." Packaging instructions are deprecated, and Tauri V2 documentation is incomplete. Some previously listed examples are marked as non-working.
5 months ago
Inactive