Libra by AROXEON
In development · Not publicly released

LIBRA BY AROXEON

AI, built into the way you edit code.

Libra is an integrated AI editing tool in development at AROXEON. Its first release is planned as a VS Code extension connecting model services including OpenAI, Claude, and DeepSeek.

The interfaces below are product concepts. Libra is still in development.

WHY LIBRA

Switch less. Stay focused on code.

Libra plans to bring integrated models, code conversations, change review, and usage management into one account and workflow.

01

One account

Manage platform credits, usage, and integrated models.

02

Choose for the task

Choose a model for questions, explanations, fixes, refactors, or generation.

03

One workflow

Handle context, conversation, Diff review, and usage in one interface.

CHOOSE WITH INTENT

Choose the right model for the task.

The first release plans to connect model services including OpenAI, Claude, and DeepSeek. Developers can choose by task—questions, explanations, fixes, refactors, or generation—and adjust reasoning depth where supported.

LIBRA
AskExplainFixRefactorGenerate

OpenAI, Claude, and DeepSeek are confirmed integration directions. Final model versions, capabilities, and rates will be published on the official Libra product site.

FIRST RELEASE PLAN

The first release is a VS Code extension.

A companion web account center is planned. It is not a standalone IDE, and the features below remain in development.

01

Model and reasoning

Choose an integrated model and adjust reasoning depth where supported.

02

Code context

Bring the current file or selection into the conversation under developer control.

03

Streaming conversation

Ask, explain, generate, fix, and refactor code.

04

Review and apply Diffs

Inspect proposed changes before applying them.

05

Credits and usage

See credit status and interaction usage inside the extension.

06

Web account management

Manage accounts, platform credits, usage, and applicable rules.

INTERACTIVE PREVIEW

First-release extension preview

Switch tasks to see how context, responses, and Diffs work together inside one sidebar. This is an interface preview.

cache.ts×
Interactive interface preview · Example content
src  /  lib  /  cache.ts
1export async function getProject(id: string) {
2 const cached = cache.get(id);
3 if (cached && cached.expires > Date.now())
4 return cached.value;
5 return loadProject(id);
6}
Diff preview Example labels
const key = `${id}:${config.version}`;
+const cached = cache.get(key);
+if (cached?.expires > Date.now())
+ return cached.value;
Libra
Concept build
Model service
Reasoning depth
YOU

Explain this cache and identify its invalidation condition.

LIBRA · OpenAI

The function caches by project ID and currently expires only by time. A configuration change can still return stale data; include a config version in the cache key.

Interactive interface preview · Example content
Explain this cache and identify its invalidation condition.
Example balance128.40Illustrative usage0.18Example labels
Future standalone software concept · Not a current product

FUTURE DIRECTION

A standalone AI editor is a future direction.

It is not part of the first release and is not available to download. The interface below is a concept.

LibraFuture standalone software concept · Not a current product
runtime.ts ×
1import { createRuntime } from "@libra/core";
2
3export const runtime = createRuntime({
4 context: workspace.activeFile,
5 model: session.selectedModel,
6 review: "diff-first",
7});
8
9runtime.on("proposal", reviewChange);

ONE TEAM · TWO LAYERS

Infrastructure by AROXEON. Editing tools by Libra.

The two brands serve AI infrastructure and the daily development workflow.

AROXEON

AI compute rental, infrastructure planning, and deployment support.

Libra

An integrated AI editor designed for existing coding workflows.

This brand relationship does not imply that every third-party model available through Libra runs on AROXEON-owned infrastructure.

PRODUCT STATUS

Libra is currently in development.

Here is the current status, first-release format, and future direction.

01

Now

The product is in development and has not been publicly released.

02

First release

Planned as a VS Code extension with a companion web account center.

03

Future

A standalone AI editor is a later direction and is not available to download.

Libra FAQ

01What is Libra?

Libra is an integrated AI editing tool in development at AROXEON, bringing model choice, code collaboration, and usage management into one workflow.

02Has Libra launched?

No. It remains in development and has no confirmed public launch date.

03Is the first release a standalone IDE?

No. The plan is a VS Code extension and companion web account center; standalone software is a later direction.

04Will it support every model?

The first release plans to connect model services including OpenAI, Claude, and DeepSeek. Final model versions and capabilities will be published on the official product site.

05What are platform credits?

A planned Libra method for model usage and settlement. They do not provide unlimited use or third-party product memberships.

06Where will models and prices be listed?

On the official Libra product site when it opens, together with capability status and billing rules.

07How is Libra related to AROXEON?

Libra is an independent product brand by AROXEON. AROXEON focuses on infrastructure; Libra focuses on developer tools.

The Libra product site is coming soon

When the independent product site opens, continue from here for product progress, capabilities, and release information.

Contact the Libra team