Skip to content

Commit be9a088

Browse files
gHashTagclaude
andcommitted
docs: Community announce materials for v1.0.1
- Updated README with quick install section - Added download buttons for all platforms - Created announce posts (X, Telegram, Discord) - Added tracking commands for metrics - Target: 1K downloads week 1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3455e3e commit be9a088

49 files changed

Lines changed: 28860 additions & 609 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,70 @@ bitnet-cpp/
7474

7575
# Microsoft model weights
7676
models/microsoft-bitnet-2b/
77+
models/microsoft-bitnet-2b-bf16/
78+
models/bitnet-2b.bin
79+
models/embeddings/
80+
81+
# Binary executables (root)
82+
bitnet_ffi
83+
bitnet_full_layers
84+
igla_batch
85+
igla_batch_v5
86+
igla_dogfooding
87+
igla_glove
88+
igla_infinite_opt
89+
igla_local_m1
90+
igla_metal_swe
91+
igla_opt
92+
parallel_downloader
93+
trinity_node_igla
94+
trinity_ona_ui
95+
trinity_swe_agent
96+
trinity_ui
97+
trinity_ui_app
98+
test_io*
99+
test_mmap_ret
100+
test_page_size*
101+
debug_test
102+
103+
# Debug symbols
104+
*.dSYM/
105+
106+
# Python
107+
__pycache__/
108+
*.pyc
109+
110+
# Node modules everywhere
111+
node_modules/
112+
113+
# Contracts build
114+
contracts/artifacts/
115+
contracts/cache/
116+
117+
# VSCode extension build
118+
vscode-trinity-swe/out/
119+
120+
# Temp Python scripts
121+
convert_safetensors.py
122+
diagnose_*.py
123+
verify_forward.py
124+
125+
# Website static (deployed via gh-pages)
126+
.nojekyll
127+
404.html
128+
index.html
129+
docs.html
130+
quantum-runtime.html
131+
assets/
132+
icons/
133+
img/
134+
favicon.ico
135+
manifest.json
136+
og-image.svg
137+
robots.txt
138+
sitemap.xml
139+
sw.js
140+
vite.svg
141+
142+
# Vibee client (separate project)
143+
vibee-client/

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,55 @@
143143

144144
## ⚡ Quick Start
145145

146+
### Trinity ONA UI (v1.0.1) - Instant Install
147+
148+
**100% Local AI Coding Assistant - 287KB binary, 6.5M ops/s, NO cloud!**
149+
150+
<table>
151+
<tr>
152+
<td align="center"><b>macOS (Apple Silicon)</b></td>
153+
<td align="center"><b>macOS (Intel)</b></td>
154+
<td align="center"><b>Linux</b></td>
155+
<td align="center"><b>Windows</b></td>
156+
</tr>
157+
<tr>
158+
<td align="center">
159+
<a href="https://github.com/gHashTag/trinity/releases/download/v1.0.1/trinity_ona_ui_macos_arm64">
160+
<img src="https://img.shields.io/badge/Download-287KB-28C840?style=for-the-badge" alt="macOS ARM64">
161+
</a>
162+
</td>
163+
<td align="center">
164+
<a href="https://github.com/gHashTag/trinity/releases/download/v1.0.1/trinity_ona_ui_macos_x64">
165+
<img src="https://img.shields.io/badge/Download-293KB-28C840?style=for-the-badge" alt="macOS x64">
166+
</a>
167+
</td>
168+
<td align="center">
169+
<a href="https://github.com/gHashTag/trinity/releases/download/v1.0.1/trinity_ona_ui_linux_x64">
170+
<img src="https://img.shields.io/badge/Download-2.3MB-FCC624?style=for-the-badge" alt="Linux">
171+
</a>
172+
</td>
173+
<td align="center">
174+
<a href="https://github.com/gHashTag/trinity/releases/download/v1.0.1/trinity_ona_ui_windows_x64.exe">
175+
<img src="https://img.shields.io/badge/Download-559KB-0078D6?style=for-the-badge" alt="Windows">
176+
</a>
177+
</td>
178+
</tr>
179+
</table>
180+
181+
**VS Code Extension (13KB):**
182+
```bash
183+
# Download and install
184+
curl -LO https://github.com/gHashTag/trinity/releases/download/v1.0.1/trinity-swe-1.0.1.vsix
185+
code --install-extension trinity-swe-1.0.1.vsix
186+
```
187+
188+
**One-line install (macOS/Linux):**
189+
```bash
190+
curl -LO https://github.com/gHashTag/trinity/releases/download/v1.0.1/trinity_ona_ui_macos_arm64 && chmod +x trinity_ona_ui_macos_arm64 && ./trinity_ona_ui_macos_arm64
191+
```
192+
193+
---
194+
146195
### For Node Operators (Earn $TRI)
147196

148197
Run LLM inference on your CPU and earn $TRI tokens for every request processed.

contracts/deployment-hardhat.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"network": "hardhat",
3+
"chainId": "31337",
4+
"tokenAddress": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
5+
"deployer": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
6+
"timestamp": "2026-02-06T06:14:37.091Z",
7+
"phoenixNumber": "10460353203",
8+
"totalSupply": "10460353203000000000000000000",
9+
"allocations": {
10+
"founder": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
11+
"nodeRewards": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
12+
"community": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
13+
"treasury": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
14+
"liquidity": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
15+
}
16+
}

contracts/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
apiKey: ETHERSCAN_API_KEY
5757
},
5858
paths: {
59-
sources: "./",
59+
sources: "./src",
6060
tests: "./test",
6161
cache: "./cache",
6262
artifacts: "./artifacts"

0 commit comments

Comments
 (0)