traderalice/openalice

Your one-person Wall Street. An AI trading agent covering equities, crypto, commodities, forex, and macro — from research through position entry, ongoing...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 18th, 2026
Open Issues & Pull Requests: 65 (+0)
GitHub issues: Enabled
Number of forks: 1,122
Total Stargazers: 7,000 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.3 hours
Mean response time: 8.6 days
90th percentile: 24.8 days
Tracked items: 116

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 18% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 13
Closed in 7 days: 0
Avg open age: 30 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 10
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • theme:design-system (5)
  • area:workspace (4)
  • theme:accessibility (3)
  • area:app-shell (2)
  • area:collaboration (2)
  • bug (2)
  • enhancement (2)
  • review:deep (2)

Detailed Description

OpenAlice is a local trading workspace for AI agents that automates research and trading across equities, crypto, commodities, forex, and macro markets.

The tool addresses the mismatch between how coding agents work and how trading typically operates. Coding agents thrive in structured environments with git repositories, issue tracking, file systems, and review workflows. Trading, by contrast, usually involves scattered research, broker accounts, and ephemeral chat histories. OpenAlice maps trading work onto the collaboration substrate that coding agents already understand: workspaces with directories and git repos, markdown-based issues for self-describing tasks, a memory graph of tracked entities like assets and theses, an inbox for durable reports, market data tools exposed through CLIs, and a git-like approval workflow for account actions. This allows agents to research, analyze, propose positions, and execute trades within a shared, inspectable system.

Adoption suits traders and investors who want to delegate research and position management to AI agents while maintaining control through approval gates. The tool works for read-only research without a broker account, making it accessible for learning and backtesting before live trading. It complements rather than replaces existing coding agents; it provides them a trading-shaped workspace. The README emphasizes that the trading layer is experimental and beta, and explicitly cautions against live trading with real funds without full understanding of the risks.

Development shows active iteration on core features. The project maintains public communication channels and documentation. The codebase is written in TypeScript and remains under active development with incomplete interfaces and subject to breaking changes.