The Architecture of v1.14 Pro.

Beyoneer v1.14 is a massive leap from a mobile web editor to a professional-grade integrated development environment, powered by remote execution engines and local high-capacity storage.

Piston API: Compiled Runtime

Remote Execution Core

v1.14 introduces the Piston API integration. This allows Beyoneer to bypass the JavaScript-only limitation of mobile browsers, enabling you to compile and execute C, C++, Rust, and Go by shipping code to high-performance sandboxed containers.

// Piston Job Dispatcher
const runCode = async (lang, source) => {
  const res = await fetch("https://emkc.org/api/v2/piston/execute", {
    method: "POST",
    body: JSON.stringify({ language: lang, files: [{ content: source }] })
  });
  return await res.json();
};

BeyoAgent AI Intelligence

Claude-3.7 Engine

The new BeyoAgent uses Puter.js to hook into the Claude-3.7 model, providing deep code reasoning and automated bug fixing tailored for mobile development.

Context-Aware Debugging

BeyoAgent doesn't just suggest code; it analyzes your entire project directory and local terminal logs to find root causes of runtime errors.

Core Infrastructure

IndexedDB 2.0

Improved file persistence logic. Large-scale binary assets and heavy codebases are now indexed for sub-millisecond retrieval speeds.

NPM Virtual Manager

A new package search layer that allows you to discover and integrate CDN-based modules (via ESM.sh) directly into your workspace.

Dynamic Viewport Engine

v1.14 optimizes the preview iframe to handle complex React and Vue builds with real-time HMR-like (Hot Module Replacement) updates.

Documentation & Standards

Technical Markdown

Built-in KaTeX support allows you to write scientific and mathematical documentation alongside your source code.

Privacy Shield

Beyoneer Pro remains a client-side first IDE. Your source code never touches our servers unless you choose to host it publicly.

The Future is Mobile.

Join thousands of developers building the next generation of software from their pockets.

Enter v1.14 Pro Workspace