One account
Manage platform credits, usage, and integrated models.
LIBRA BY AROXEON
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
Libra plans to bring integrated models, code conversations, change review, and usage management into one account and workflow.
Manage platform credits, usage, and integrated models.
Choose a model for questions, explanations, fixes, refactors, or generation.
Handle context, conversation, Diff review, and usage in one interface.
CHOOSE WITH INTENT
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.
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
A companion web account center is planned. It is not a standalone IDE, and the features below remain in development.
Choose an integrated model and adjust reasoning depth where supported.
Bring the current file or selection into the conversation under developer control.
Ask, explain, generate, fix, and refactor code.
Inspect proposed changes before applying them.
See credit status and interaction usage inside the extension.
Manage accounts, platform credits, usage, and applicable rules.
ONE ACCOUNT · PLATFORM CREDITS
Use integrated models and review credits, usage, and cost through one account.
Register on the official product site.
Manage credits under published Libra rules.
Select from models available on the platform.
Work with explicit context and developer confirmation.
See model usage and cost records in one place.
Platform credits do not mean unlimited use or membership in any third-party native application.
INTERACTIVE PREVIEW
Switch tasks to see how context, responses, and Diffs work together inside one sidebar. This is an interface preview.
export async function getProject(id: string) { const cached = cache.get(id); if (cached && cached.expires > Date.now()) return cached.value; return loadProject(id);}const key = `${id}:${config.version}`;const cached = cache.get(key);if (cached?.expires > Date.now()) return cached.value;FUTURE DIRECTION
It is not part of the first release and is not available to download. The interface below is a concept.
import { createRuntime } from "@libra/core"; export const runtime = createRuntime({ context: workspace.activeFile, model: session.selectedModel, review: "diff-first",}); runtime.on("proposal", reviewChange);ONE TEAM · TWO LAYERS
The two brands serve AI infrastructure and the daily development workflow.
AI compute rental, infrastructure planning, and deployment support.
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
Here is the current status, first-release format, and future direction.
The product is in development and has not been publicly released.
Planned as a VS Code extension with a companion web account center.
A standalone AI editor is a later direction and is not available to download.
Libra is an integrated AI editing tool in development at AROXEON, bringing model choice, code collaboration, and usage management into one workflow.
No. It remains in development and has no confirmed public launch date.
No. The plan is a VS Code extension and companion web account center; standalone software is a later direction.
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.
A planned Libra method for model usage and settlement. They do not provide unlimited use or third-party product memberships.
On the official Libra product site when it opens, together with capability status and billing rules.
Libra is an independent product brand by AROXEON. AROXEON focuses on infrastructure; Libra focuses on developer tools.
When the independent product site opens, continue from here for product progress, capabilities, and release information.