yakyak
v1.5.11.5
Google Hangouts 桌面用戶端(不是 Google Hangouts Chat,這是另一回事)
(此應用程式與 Google 沒有任何關聯或得到其認可)
我們為 macOS、Linux 32 / 64 和 Windows 32 / 64 提供預先建置的二進位檔案。
查看我們的 wiki 以了解其他安裝方法
我們喜歡錯誤報告!
筆記
yakyak可能會顯示為 iOS 設備,而 Google 可能會提醒您「某些 iOS 設備正在嘗試使用您的帳戶」 。這是正常的,因為yakyak是一個非官方客戶端,它模仿 iOS 裝置的行為,以便與 Google Hangout API 建立通訊。
這是一個開源專案。請幫助我們!
它是用基於hangupsjs的coffescript(nodejs)編寫的,在電子(原子殼)之上使用trifl。
您可以透過多種方式改進yakyak :
發送拉取請求、開始討論新問題或參與正在進行的對話。
要求:
$ npm install
$ npm run gulp
$ npm run gulp watch
$ npm run electron app
支援的平台: Windows ( win32 )、Mac OS X ( darwin )、Linux ( linux )
支援的架構: 64 位元 ( x64 )、32 位元 ( ia32 )
# Building for all platforms and architectures
$ npm run deploy
# You can also build specific builds by using
# deploy:<platform>-<architecture>
# example:
$ npm run deploy:darwin-x64
如果您安裝了 fpm ( gem install fpm
),您也可以建置 RPM、Deb 或 Arch 軟體包:
$ npm run deploy:linux-x64:rpm
$ npm run deploy:linux-x64:deb
$ npm run deploy:linux-x64:pacman
注意:如果您要在Linux或Mac OS X中建置Windows二進位文件,則必須安裝 Wine(1.6 或更高版本)。建置 Windows 32 位元二進位檔案時,也需要安裝 32 位元 Wine。
地點 | 描述 |
---|---|
src/ | 是來源所在的地方 |
src/ui/ | 保存渲染器程式碼(客戶端) |
dist/ | 所有內容都編譯到該目錄中 |