|
| 1 | +> [!NOTE] |
| 2 | +> This repository is being prepared for public release. It will remain private until Phase 1 binary distribution begins. |
| 3 | +
|
| 4 | +# SecureCode |
| 5 | + |
| 6 | +A secure coding agent from Acompany that enables AI-assisted development without exposing confidential source code. |
| 7 | + |
| 8 | +[](https://youtu.be/QCwp4IbuP2I?si=Qx4Za7sfdluWB0Ca) |
| 9 | + |
| 10 | +[Product site](https://www.acompany.tech/) | [Contact](https://www.acompany.tech/contact) | [日本語](./README.md) |
| 11 | + |
| 12 | +## Overview |
| 13 | + |
| 14 | +SecureCode sends confidential source code to a Confidential Computing environment and runs LLM inference inside a sealed execution region. This keeps in-flight data invisible to infrastructure providers, model providers, and any other third party while still delivering AI-assisted coding. |
| 15 | + |
| 16 | +It targets engineering organizations that handle proprietary code and want to add code generation, review, refactoring, bug fixing, and test generation to their existing terminal-centric workflow without disruption. |
| 17 | + |
| 18 | +## Highlights |
| 19 | + |
| 20 | +- **Confidential code protection**: Inference runs inside a Trusted Execution Environment, protecting source code I/O and LLM processing |
| 21 | +- **Workflow fit**: Terminal-first UX that drops directly into day-to-day development |
| 22 | +- **Audit-ready**: Records and visualizes AI usage logs so you can trace who used AI on which codebase and when |
| 23 | +- **Models**: Open-weight LLMs including GPT-OSS, Qwen3.5, and Qwen3-Coder-Next |
| 24 | + |
| 25 | +## Installation |
| 26 | + |
| 27 | +### macOS / Linux |
| 28 | + |
| 29 | +<!-- TODO: finalize install script URL before going public --> |
| 30 | +```bash |
| 31 | +curl -fsSL https://raw.githubusercontent.com/acompany-develop/securecode-release/main/scripts/install.sh | sh |
| 32 | +``` |
| 33 | + |
| 34 | +After installation, the `securecode` command will be available on your PATH. |
| 35 | + |
| 36 | +### Windows |
| 37 | + |
| 38 | +<!-- TODO: finalize Windows distribution format before going public --> |
| 39 | +Download the latest Windows binary from [Releases](https://github.com/acompany-develop/securecode-release/releases). |
| 40 | + |
| 41 | +### Requirements |
| 42 | + |
| 43 | +- macOS 12+ (arm64 / x64) |
| 44 | +- Linux glibc 2.28+ or musl (arm64 / x64) |
| 45 | +- Windows 10+ (arm64 / x64) |
| 46 | + |
| 47 | +## Quick Start |
| 48 | + |
| 49 | +### 1. Set your API key |
| 50 | + |
| 51 | +SecureCode requires an API key issued by Acompany. Please [contact us](https://www.acompany.tech/contact) to request one. |
| 52 | + |
| 53 | +```bash |
| 54 | +export SECURECODE_API_KEY=<your-api-key> |
| 55 | +``` |
| 56 | + |
| 57 | +### 2. Launch in your project directory |
| 58 | + |
| 59 | +```bash |
| 60 | +cd /path/to/your/project |
| 61 | +securecode |
| 62 | +``` |
| 63 | + |
| 64 | +A TUI will start an interactive coding-assistance session. |
| 65 | + |
| 66 | +<!-- TODO: add screenshots before going public --> |
| 67 | + |
| 68 | +## Support |
| 69 | + |
| 70 | +- **Sales / general inquiries**: https://www.acompany.tech/contact |
| 71 | +- **Bug reports / feature requests**: [Issues](https://github.com/acompany-develop/securecode-release/issues) in this repository |
| 72 | + |
| 73 | +## License |
| 74 | + |
| 75 | +- This software is distributed as a proprietary binary. The applicable license agreement is bundled with each release archive. |
| 76 | +- Licenses of bundled third-party dependencies are listed in the `THIRD-PARTY-LICENSES.txt` shipped with each release. |
| 77 | +- SecureCode is a fork built on top of [opencode](https://github.com/sst/opencode) (MIT). Upstream copyright and license information is included in `THIRD-PARTY-LICENSES.txt`. |
| 78 | + |
| 79 | +## Links |
| 80 | + |
| 81 | +- Product: https://www.acompany.tech/ |
| 82 | +- Press release: https://prtimes.jp/main/html/rd/p/000000128.000046917.html |
| 83 | +- Demo video: https://youtu.be/QCwp4IbuP2I |
| 84 | + |
| 85 | +--- |
| 86 | + |
| 87 | +Copyright © 2026 Acompany Inc. All rights reserved. |
0 commit comments