Netroy's Blog

ungoogled chromium 크롬을 쓰면서 구글의 손아귀에서 벗어나기 본문

자기개발/PC

ungoogled chromium 크롬을 쓰면서 구글의 손아귀에서 벗어나기

네트로이 2021. 10. 21. 21:49
반응형

ungoogled-chromium 로고

구글은 엄청 크다.

무엇을 하려고만 하면 대부분의 서비스는 구글의 것이며 구글이 만들었고 구글이 운영한다.

 

최대한 편하게 만들고 무료로 만들며 어떻게든 자사 서비스를 사용하도록 만든다.

물론 나도 돈을 안내도 되니 사용하기는 하지만 구글은 사용자가 알지도 못하게 동의를 요구하는 정책 한쪽 구석에

심지어는 동의조차 받지 않은채로 "그전에도 그랬으니까" 여러 정보를 수집하는 경우도 많이 볼 수 있다.

 

이런 것들을 모두 싫어하는 사람들 중 개발자들이 모여 Chrome의 기반이되는 Chromium에서 구글과 관련된 모든 것들을 모두 삭제하고 만들어 낸 것이 ungoogled-chromium 이다.

 

GitHub - Eloston/ungoogled-chromium: Google Chromium, sans integration with Google

Google Chromium, sans integration with Google. Contribute to Eloston/ungoogled-chromium development by creating an account on GitHub.

github.com

 

설치 방법


1. 바이너리를 통한 설치 ( 대부분의 경우 )

 

Downloads for ungoogled-chromium

Downloads for ungoogled-chromium IMPORTANT: These binaries are provided by anyone who are willing to build and submit them. Because these binaries are not necessarily reproducible, authenticity cannot be guaranteed. For your consideration, each download pa

ungoogled-software.github.io

위 방법으로 모두 설치가 가능하다.

사이트에 접속하여 본인의 운영체제에 맞게 다운로드하고 설치하면 된다.

 

2. brew를 이용하는 방법

혹시 brew를 모른다면 이 글을 참고하자

❯ brew install --cask eloston-chromium
==> Downloading https://github.com/kramred/ungoogled-chromium-macos/releases/download/95.0.4638.54-1.1_arm64/ungoogled-chromium_95.0.4638.54-1.1_arm64-macos.d
==> Downloading from https://github-releases.githubusercontent.com/192515338/758252f3-111e-4f57-b82e-9e618660622b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Crede
######################################################################## 100.0%
==> Installing Cask eloston-chromium
==> Moving App 'Chromium.app' to '/Applications/Chromium.app'
🍺  eloston-chromium was successfully installed!

❯ xattr /Applications/Chromium.app
com.apple.FinderInfo
com.apple.quarantine
❯ xattr -d com.apple.quarantine /Applications/Chromium.app
❯ xattr /Applications/Chromium.app
com.apple.FinderInfo

맥의 brew를 통해 설치할 경우 Apple의 GateKeeper를 우회해야 하기 때문에 코드블럭 마지막 부분에서 작성된 xattr -d 를 통해 com.apple.quarantine 속성을 삭제해줘야 실행할 수 있다.

 

위 설명을 무시한채 일단 실행부터 하면 아래와 같이 나올 것이다.

GateKeeper로 인해 실행이 막힌 상황


설치하는 방법은 쉽게 가능하니 가이드가 상세하지 않아도 문제는 없을 것으로 보인다.

구글이 도와주던 것들이 삭제되어있다보니 조금 더 불편해진 것도 있고 가벼워진 것처럼 느껴지는 것도 있지만, 조금 더 써보면 알 수 있을 것 같다.

 

다음 글에서는 ungoogled-chromium을 사용하게 되면 가장 먼저 느끼게되는 불편함인 플러그인을 어떻게 설치해야 하는지 알아보겠다.

반응형
Comments