|
| 1 | +<h3 align="center"><img width="80" alt="Puter.com, The Personal Cloud Computer: All your files, apps, and games in one place accessible from anywhere at any time." src="https://assets.puter.site/puter-logo.png"></h3> |
| 2 | + |
| 3 | +<h3 align="center">인터넷 OS! 무료이고 오픈소스이며 자체 호스팅이 가능합니다.</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 | + |
| 9 | +<p align="center"> |
| 10 | + <a href="https://puter.com/"><strong>« 시연 영상 »</strong></a> |
| 11 | + <br /> |
| 12 | + <br /> |
| 13 | + <a href="https://puter.com">Puter.com</a> |
| 14 | + · |
| 15 | + <a href="https://docs.puter.com" target="_blank">SDK</a> |
| 16 | + · |
| 17 | + <a href="https://discord.com/invite/PQcx7Teh8u">Discord</a> |
| 18 | + · |
| 19 | + <a href="https://www.youtube.com/@EricsPuterVideos">YouTube</a> |
| 20 | + · |
| 21 | + <a href="https://reddit.com/r/puter">Reddit</a> |
| 22 | + · |
| 23 | + <a href="https://twitter.com/HeyPuter">X (Twitter)</a> |
| 24 | + · |
| 25 | + <a href="https://hackerone.com/puter_h1b">버그 제보하기</a> |
| 26 | +</p> |
| 27 | + |
| 28 | +<h3 align="center"><img width="800" style="border-radius:5px;" alt="screenshot" src="https://assets.puter.site/puter.com-screenshot-3.webp"></h3> |
| 29 | + |
| 30 | +<br/> |
| 31 | + |
| 32 | +## Puter |
| 33 | + |
| 34 | +Puter는 기능이 풍부하고, 매우 빠르며, 높은 확장성을 갖춘 고급 오픈소스 인터넷 운영 체제입니다. Puter는 다음과 같이 사용될 수 있습니다: |
| 35 | + |
| 36 | +- 모든 파일, 앱, 게임을 한 곳에 안전하게 보관하고 언제 어디서나 접근할 수 있는 프라이버시 중심의 개인 클라우드로 사용할 수 있습니다. |
| 37 | +- 웹사이트, 웹 앱, 게임을 구축하고 배포하는 플랫폼으로 활용할 수 있습니다. |
| 38 | +- 새로운 인터페이스와 강력한 기능을 갖춘 Dropbox, Google Drive, OneDrive 등의 대안으로 사용할 수 있습니다. |
| 39 | +- 서버와 워크스테이션을 위한 원격 데스크톱 환경으로 활용할 수 있습니다. |
| 40 | +- 웹 개발, 클라우드 컴퓨팅, 분산 시스템 등에 대해 배울 수 있는 친근한 오픈소스 프로젝트이자 커뮤니티입니다! |
| 41 | + |
| 42 | +<br/> |
| 43 | + |
| 44 | +## 시작하기 |
| 45 | + |
| 46 | + |
| 47 | +### 💻 로컬 환경 개발 |
| 48 | + |
| 49 | +```bash |
| 50 | +git clone https://github.com/HeyPuter/puter |
| 51 | +cd puter |
| 52 | +npm install |
| 53 | +npm start |
| 54 | +``` |
| 55 | + |
| 56 | +위처럼 실행할 시 Puter는 http://puter.localhost:4100 (또는 사용 가능한 다음 포트)에서 실행됩니다. |
| 57 | + |
| 58 | +<br/> |
| 59 | + |
| 60 | +### 🐳 Docker |
| 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 | + |
| 70 | +### 🐙 Docker Compose |
| 71 | + |
| 72 | + |
| 73 | +#### Linux/macOS |
| 74 | +```bash |
| 75 | +mkdir -p puter/config puter/data |
| 76 | +sudo chown -R 1000:1000 puter |
| 77 | +wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml |
| 78 | +docker compose up |
| 79 | +``` |
| 80 | +<br/> |
| 81 | + |
| 82 | +#### Windows |
| 83 | + |
| 84 | + |
| 85 | +```powershell |
| 86 | +mkdir -p puter |
| 87 | +cd puter |
| 88 | +New-Item -Path "puter\config" -ItemType Directory -Force |
| 89 | +New-Item -Path "puter\data" -ItemType Directory -Force |
| 90 | +Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml" |
| 91 | +docker compose up |
| 92 | +``` |
| 93 | +<br/> |
| 94 | + |
| 95 | +### ☁️ Puter.com |
| 96 | + |
| 97 | +Puter는 [**puter.com**](https://puter.com)에서 호스팅 서비스로 이용할 수 있습니다. |
| 98 | + |
| 99 | +<br/> |
| 100 | + |
| 101 | +## 시스템 요구사항 |
| 102 | + |
| 103 | +- **Operating Systems:** Linux, macOS, Windows |
| 104 | +- **RAM:** 2GB minimum (4GB recommended) |
| 105 | +- **Disk Space:** 1GB free space |
| 106 | +- **Node.js:** Version 16+ (Version 22+ recommended) |
| 107 | +- **npm:** Latest stable version |
| 108 | + |
| 109 | +<br/> |
| 110 | + |
| 111 | +## 지원 |
| 112 | + |
| 113 | +다음 채널을 통해 관리자 및 커뮤니티와 소통하세요: |
| 114 | + |
| 115 | +- 버그 신고나 기능 요청이 있으신가요? [이슈를 열어주세요.](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 | + |
| 122 | + |
| 123 | +어떤 질문이든 기꺼이 도와드리겠습니다. 언제든 물어보세요! |
| 124 | + |
| 125 | +<br/> |
| 126 | + |
| 127 | + |
| 128 | +## 라이선스 |
| 129 | + |
| 130 | +이 저장소는 모든 내용, 하위 프로젝트, 모듈 및 구성 요소를 포함하여 명시적으로 달리 명시되지 않는 한 [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) 라이선스 하에 제공됩니다. 이 저장소에 포함된 제3자 라이브러리는 해당 라이브러리의 고유 라이선스를 따를 수 있습니다. |
| 131 | + |
| 132 | +<br/> |
0 commit comments