|
| 1 | +<h3 align="center"><img width="80" alt="Puter.com, The Personal Cloud Computer: మీ అన్ని ఫైల్లు, యాప్లు మరియు గేమ్లను ఒకే స్థలంలో ఎక్కడి నుండైనా ఎప్పుడైనా యాక్సెస్ చేయవచ్చు." src="https://assets.puter.site/puter-logo.png"></h3> |
| 2 | + |
| 3 | +<h3 align="center"> ఇంటర్నెట్ OS! ఉచిత, ఓపెన్ సోర్స్, and Self-Hostable.</h3> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/HeyPuter/puter"> <img alt="GitHub Release" src="https://img.shields.io/github/v/release/HeyPuter/puter?label=latest%20version"> <img alt="GitHub License" src="https://img.shields.io/github/license/HeyPuter/puter"> |
| 7 | +</p> |
| 8 | +<p align="center"> |
| 9 | + <a href="https://puter.com/"><strong>« ప్రత్యక్ష ప్రదర్శన »</strong></a> |
| 10 | + <br /> |
| 11 | + <br /> |
| 12 | + <a href="https://puter.com">Puter.com</a> |
| 13 | + · |
| 14 | + <a href="https://docs.puter.com" target="_blank">SDK</a> |
| 15 | + · |
| 16 | + <a href="https://discord.com/invite/PQcx7Teh8u">Discord</a> |
| 17 | + · |
| 18 | + <a href="https://www.youtube.com/@EricsPuterVideos">YouTube</a> |
| 19 | + · |
| 20 | + <a href="https://reddit.com/r/puter">Reddit</a> |
| 21 | + · |
| 22 | + <a href="https://twitter.com/HeyPuter">X (Twitter)</a> |
| 23 | + · |
| 24 | + <a href="https://hackerone.com/puter_h1b">Bug Bounty</a> |
| 25 | +</p> |
| 26 | + |
| 27 | +<h3 align="center"><img width="800" style="border-radius:5px;" alt="screenshot" src="https://assets.puter.site/puter.com-screenshot-3.webp"></h3> |
| 28 | + |
| 29 | +<br/> |
| 30 | + |
| 31 | +##పుటర్ (Puter) |
| 32 | + |
| 33 | +పుటర్ అనేది అధునాతన, ఓపెన్ సోర్స్ ఇంటర్నెట్ ఆపరేటింగ్ సిస్టమ్, ఇది ఫీచర్-రిచ్, అనూహ్యంగా వేగవంతమైన మరియు అత్యంత విస్తరించదగినదిగా రూపొందించబడింది. పుటర్ను ఇలా ఉపయోగించవచ్చు: |
| 34 | + |
| 35 | +- మీ అన్ని ఫైల్లు, యాప్లు మరియు గేమ్లను ఒకే సురక్షిత స్థలంలో ఉంచడానికి గోప్యత-మొదటి వ్యక్తిగత క్లౌడ్, ఎప్పుడైనా ఎక్కడి నుండైనా యాక్సెస్ చేయవచ్చు. |
| 36 | +- వెబ్సైట్లు, వెబ్ యాప్లు మరియు గేమ్లను రూపొందించడానికి మరియు ప్రచురించడానికి ఒక వేదిక. |
| 37 | +- తాజా ఇంటర్ఫేస్ మరియు శక్తివంతమైన ఫీచర్లతో Dropbox, Google Drive, OneDrive మొదలైన వాటికి ప్రత్యామ్నాయం. |
| 38 | +- సర్వర్లు మరియు వర్క్స్టేషన్ల కోసం రిమోట్ డెస్క్టాప్ వాతావరణం. |
| 39 | +- వెబ్ డెవలప్మెంట్, క్లౌడ్ కంప్యూటింగ్, డిస్ట్రిబ్యూట్ సిస్టమ్లు మరియు మరిన్నింటి గురించి తెలుసుకోవడానికి స్నేహపూర్వక, ఓపెన్ సోర్స్ ప్రాజెక్ట్ మరియు కమ్యూనిటీ! |
| 40 | + |
| 41 | +<br/> |
| 42 | + |
| 43 | +## ప్రారంభించడం |
| 44 | + |
| 45 | +### లోకల్ డెవలప్మెంట్ |
| 46 | + |
| 47 | +```bash |
| 48 | +git clone https://github.com/HeyPuter/puter |
| 49 | +cd puter |
| 50 | +npm install |
| 51 | +npm start |
| 52 | +``` |
| 53 | + |
| 54 | +ఇది http://puter.localhost:4100 (లేదా తదుపరి అందుబాటులో ఉన్న పోర్ట్) వద్ద పుటర్ని ప్రారంభిస్తుంది. |
| 55 | + |
| 56 | +ఇది పని చేయకపోతే, దీని కోసం [మొదటి రన్ సమస్యలు](./doc/first-run-issues.md) చూడండి |
| 57 | +ట్రబుల్షూటింగ్ దశలు. |
| 58 | + |
| 59 | +<br/> |
| 60 | + |
| 61 | +### 🐳 డోకర్ |
| 62 | + |
| 63 | +```bash |
| 64 | +mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter |
| 65 | +``` |
| 66 | + |
| 67 | +<br/> |
| 68 | + |
| 69 | +### 🐙 డోకర్ Compose |
| 70 | + |
| 71 | +#### లినక్స్/ macOS |
| 72 | + |
| 73 | +```bash |
| 74 | +mkdir -p puter/config puter/data |
| 75 | +sudo chown -R 1000:1000 puter |
| 76 | +wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml |
| 77 | +docker compose up |
| 78 | +``` |
| 79 | + |
| 80 | +<br/> |
| 81 | + |
| 82 | +#### విండోస్ |
| 83 | + |
| 84 | +```powershell |
| 85 | +mkdir -p puter |
| 86 | +cd puter |
| 87 | +New-Item -Path "puter\config" -ItemType Directory -Force |
| 88 | +New-Item -Path "puter\data" -ItemType Directory -Force |
| 89 | +Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml" |
| 90 | +docker compose up |
| 91 | +``` |
| 92 | + |
| 93 | +<br/> |
| 94 | + |
| 95 | +### ☁️ Puter.com |
| 96 | + |
| 97 | +పుటర్ [**puter.com**](https://puter.com)లో హోస్ట్ చేయబడి ఉంది. |
| 98 | + |
| 99 | +<br/> |
| 100 | + |
| 101 | +## System Requirements |
| 102 | + |
| 103 | +- **ఆపరేటింగ్ సిస్టమ్స్:** లినక్స్, macOS, విండోస్ |
| 104 | +- **RAM:** 2GB కనీసం(4GB recommended) |
| 105 | +- **Disk Space:** 1GB ఖాళీ |
| 106 | +- **Node.js:** Version 16+ (Version 22+ recommended) |
| 107 | +- **npm:** Latest stable version |
| 108 | + |
| 109 | +<br/> |
| 110 | + |
| 111 | +## Support |
| 112 | + |
| 113 | +ఈ ఛానెల్ల ద్వారా నిర్వాహకులు మరియు సంఘంతో కనెక్ట్ అవ్వండి: |
| 114 | + |
| 115 | +- బగ్ నివేదిక లేదా ఫీచర్ అభ్యర్థన? దయచేసి [open an issue](https://github.com/HeyPuter/puter/issues/new/choose). |
| 116 | +- Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u) |
| 117 | +- X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter) |
| 118 | +- Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/) |
| 119 | +- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter) |
| 120 | + |
| 121 | +- Email maintainers at [[email protected]](mailto:[email protected]) |
| 122 | + |
| 123 | +మీకు ఏవైనా సందేహాలు ఉంటే మీకు సహాయం చేయడానికి మేము ఎల్లప్పుడూ సంతోషిస్తాము. అడగడానికి సంకోచించకండి! |
| 124 | + |
| 125 | +<br/> |
| 126 | + |
| 127 | +## లైసెన్సు |
| 128 | + |
| 129 | +ఈ రిపోజిటరీ, దాని మొత్తం కంటెంట్లు, ఉప-ప్రాజెక్ట్లు, మాడ్యూల్స్ మరియు కాంపోనెంట్లతో సహా, [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) కింద లైసెన్స్ని కలిగి ఉంటుంది. . ఈ రిపోజిటరీలో చేర్చబడిన థర్డ్-పార్టీ లైబ్రరీలు వాటి స్వంత లైసెన్స్లకు లోబడి ఉండవచ్చు. |
| 130 | + |
| 131 | +<br/> |
| 132 | + |
| 133 | +## అనువాదాలు |
| 134 | + |
| 135 | +- [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md) |
| 136 | +- [Armenian / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md) |
| 137 | +- [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md) |
| 138 | +- [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md) |
| 139 | +- [Danish / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md) |
| 140 | +- [English](https://github.com/HeyPuter/puter/blob/main/README.md) |
| 141 | +- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md) |
| 142 | +- [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md) |
| 143 | +- [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md) |
| 144 | +- [German/ Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md) |
| 145 | +- [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md) |
| 146 | +- [Hindi / हिंदी](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hi.md) |
| 147 | +- [Hungarian / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md) |
| 148 | +- [Indonesian / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md) |
| 149 | +- [Italian / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md) |
| 150 | +- [Japanese / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md) |
| 151 | +- [Korean / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md) |
| 152 | +- [Malayalam / മലയാളം](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ml.md) |
| 153 | +- [Polish / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md) |
| 154 | +- [Portuguese / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md) |
| 155 | +- [Romanian / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md) |
| 156 | +- [Russian / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md) |
| 157 | +- [Spanish / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md) |
| 158 | +- [Swedish / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md) |
| 159 | +- [Tamil / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md) |
| 160 | +- [Telugu / తెలుగు](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.te.md) |
| 161 | +- [Thai / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md) |
| 162 | +- [Turkish / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md) |
| 163 | +- [Ukrainian / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md) |
| 164 | +- [Urdu / اردو](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ur.md) |
| 165 | +- [Vietnamese / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md) |
0 commit comments