Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64a3661

Browse files
authored
docs: add Italian README (anomalyco#10732)
1 parent bf463ae commit 64a3661

15 files changed

Lines changed: 148 additions & 0 deletions

README.ar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.br.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.da.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.de.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.es.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.fr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.it.md

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<p align="center">
2+
<a href="https://opencode.ai">
3+
<picture>
4+
<source srcset="packages/console/app/src/asset/logo-ornate-dark.svg" media="(prefers-color-scheme: dark)">
5+
<source srcset="packages/console/app/src/asset/logo-ornate-light.svg" media="(prefers-color-scheme: light)">
6+
<img src="packages/console/app/src/asset/logo-ornate-light.svg" alt="Logo OpenCode">
7+
</picture>
8+
</a>
9+
</p>
10+
<p align="center">L’agente di coding AI open source.</p>
11+
<p align="center">
12+
<a href="https://opencode.ai/discord"><img alt="Discord" src="https://img.shields.io/discord/1391832426048651334?style=flat-square&label=discord" /></a>
13+
<a href="https://www.npmjs.com/package/opencode-ai"><img alt="npm" src="https://img.shields.io/npm/v/opencode-ai?style=flat-square" /></a>
14+
<a href="https://github.com/anomalyco/opencode/actions/workflows/publish.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/anomalyco/opencode/publish.yml?style=flat-square&branch=dev" /></a>
15+
</p>
16+
17+
<p align="center">
18+
<a href="README.md">English</a> |
19+
<a href="README.zh.md">简体中文</a> |
20+
<a href="README.zht.md">繁體中文</a> |
21+
<a href="README.ko.md">한국어</a> |
22+
<a href="README.de.md">Deutsch</a> |
23+
<a href="README.es.md">Español</a> |
24+
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
26+
<a href="README.da.md">Dansk</a> |
27+
<a href="README.ja.md">日本語</a> |
28+
<a href="README.pl.md">Polski</a> |
29+
<a href="README.ru.md">Русский</a> |
30+
<a href="README.ar.md">العربية</a> |
31+
<a href="README.no.md">Norsk</a> |
32+
<a href="README.br.md">Português (Brasil)</a>
33+
</p>
34+
35+
[![OpenCode Terminal UI](packages/web/src/assets/lander/screenshot.png)](https://opencode.ai)
36+
37+
---
38+
39+
### Installazione
40+
41+
```bash
42+
# YOLO
43+
curl -fsSL https://opencode.ai/install | bash
44+
45+
# Package manager
46+
npm i -g opencode-ai@latest # oppure bun/pnpm/yarn
47+
scoop install opencode # Windows
48+
choco install opencode # Windows
49+
brew install anomalyco/tap/opencode # macOS e Linux (consigliato, sempre aggiornato)
50+
brew install opencode # macOS e Linux (formula brew ufficiale, aggiornata meno spesso)
51+
paru -S opencode-bin # Arch Linux
52+
mise use -g opencode # Qualsiasi OS
53+
nix run nixpkgs#opencode # oppure github:anomalyco/opencode per l’ultima branch di sviluppo
54+
```
55+
56+
> [!TIP]
57+
> Rimuovi le versioni precedenti alla 0.1.x prima di installare.
58+
59+
### App Desktop (BETA)
60+
61+
OpenCode è disponibile anche come applicazione desktop. Puoi scaricarla direttamente dalla [pagina delle release](https://github.com/anomalyco/opencode/releases) oppure da [opencode.ai/download](https://opencode.ai/download).
62+
63+
| Piattaforma | Download |
64+
| --------------------- | ------------------------------------- |
65+
| macOS (Apple Silicon) | `opencode-desktop-darwin-aarch64.dmg` |
66+
| macOS (Intel) | `opencode-desktop-darwin-x64.dmg` |
67+
| Windows | `opencode-desktop-windows-x64.exe` |
68+
| Linux | `.deb`, `.rpm`, oppure AppImage |
69+
70+
```bash
71+
# macOS (Homebrew)
72+
brew install --cask opencode-desktop
73+
# Windows (Scoop)
74+
scoop bucket add extras; scoop install extras/opencode-desktop
75+
```
76+
77+
#### Directory di installazione
78+
79+
Lo script di installazione rispetta il seguente ordine di priorità per il percorso di installazione:
80+
81+
1. `$OPENCODE_INSTALL_DIR` – Directory di installazione personalizzata
82+
2. `$XDG_BIN_DIR` – Percorso conforme alla XDG Base Directory Specification
83+
3. `$HOME/bin` – Directory binaria standard dell’utente (se esiste o può essere creata)
84+
4. `$HOME/.opencode/bin` – Fallback predefinito
85+
86+
```bash
87+
# Esempi
88+
OPENCODE_INSTALL_DIR=/usr/local/bin curl -fsSL https://opencode.ai/install | bash
89+
XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://opencode.ai/install | bash
90+
```
91+
92+
### Agenti
93+
94+
OpenCode include due agenti integrati tra cui puoi passare usando il tasto `Tab`.
95+
96+
- **build** – Predefinito, agente con accesso completo per il lavoro di sviluppo
97+
- **plan** – Agente in sola lettura per analisi ed esplorazione del codice
98+
99+
- Nega le modifiche ai file per impostazione predefinita
100+
- Chiede il permesso prima di eseguire comandi bash
101+
- Ideale per esplorare codebase sconosciute o pianificare modifiche
102+
103+
È inoltre incluso un sotto-agente **general** per ricerche complesse e attività multi-step.
104+
Viene utilizzato internamente e può essere invocato usando `@general` nei messaggi.
105+
106+
Scopri di più sugli [agenti](https://opencode.ai/docs/agents).
107+
108+
### Documentazione
109+
110+
Per maggiori informazioni su come configurare OpenCode, [**consulta la nostra documentazione**](https://opencode.ai/docs).
111+
112+
### Contribuire
113+
114+
Se sei interessato a contribuire a OpenCode, leggi la nostra [guida alla contribuzione](./CONTRIBUTING.md) prima di inviare una pull request.
115+
116+
### Costruire su OpenCode
117+
118+
Se stai lavorando a un progetto correlato a OpenCode e che utilizza “opencode” come parte del nome (ad esempio “opencode-dashboard” o “opencode-mobile”), aggiungi una nota nel tuo README per chiarire che non è sviluppato dal team OpenCode e che non è affiliato in alcun modo con noi.
119+
120+
### FAQ
121+
122+
#### In cosa è diverso da Claude Code?
123+
124+
È molto simile a Claude Code in termini di funzionalità. Ecco le principali differenze:
125+
126+
- 100% open source
127+
- Non è legato a nessun provider. Anche se consigliamo i modelli forniti tramite [OpenCode Zen](https://opencode.ai/zen), OpenCode può essere utilizzato con Claude, OpenAI, Google o persino modelli locali. Con l’evoluzione dei modelli, le differenze tra di essi si ridurranno e i prezzi scenderanno, quindi essere indipendenti dal provider è importante.
128+
- Supporto LSP pronto all’uso
129+
- Forte attenzione alla TUI. OpenCode è sviluppato da utenti neovim e dai creatori di [terminal.shop](https://terminal.shop); spingeremo al limite ciò che è possibile fare nel terminale.
130+
- Architettura client/server. Questo, ad esempio, permette a OpenCode di girare sul tuo computer mentre lo controlli da remoto tramite un’app mobile. La frontend TUI è quindi solo uno dei possibili client.
131+
132+
---
133+
134+
**Unisciti alla nostra community** [Discord](https://discord.gg/opencode) | [X.com](https://x.com/opencode)

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.ko.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="README.de.md">Deutsch</a> |
2323
<a href="README.es.md">Español</a> |
2424
<a href="README.fr.md">Français</a> |
25+
<a href="README.it.md">Italiano</a> |
2526
<a href="README.da.md">Dansk</a> |
2627
<a href="README.ja.md">日本語</a> |
2728
<a href="README.pl.md">Polski</a> |

0 commit comments

Comments
 (0)