Permanently free DeepL API written in Golang
deeplxin only run in port1188, later versions will do the specified port.deeplxis listening to0.0.0.0:1188by default.deeplxis usingDeepLFree API.deeplxis unlimited to the number of requests.
- text: string
- source_lang: string
- target_lang: string
{
"code": 200,
"data": "Hello world",
"id": 8305092005
}bash <(curl -Ls https://cpp.li/deeplx)brew tap owo-network/brew
brew install deeplx
brew services start owo-network/brew/deeplx- Download the latest release of DeepL X.
sudo mv deeplx_darwin_amd64 /usr/local/bin/deeplx
sudo chmod +x /usr/local/bin/deeplx- Download the
me.missuo.deeplx.plistto~/Library/LaunchAgents.
wget https://raw.githubusercontent.com/OwO-Network/DeepLX/main/me.missuo.deeplx.plist -O ~/Library/LaunchAgents/me.missuo.deeplx.plist- Run following command.
launchctl load ~/Library/LaunchAgents/me.missuo.deeplx.plist
launchctl start ~/Library/LaunchAgents/me.missuo.deeplx.plistparu -S deeplx-binAfter installation, start the daemon with the following command.
systemctl daemon-reload
systemctl enable deeplx
Setup on Bob App
-
Install bob-plugin-deeplx on Bob.
Setup on immersive-translate
-
Install Latest immersive-translate on your browser.
-
Click on Developer Settings in the bottom left corner. Enable Beta experimental features.
docker run -itd -p 1188:80 missuo/deeplx-bkThis docker image is not related to this project, as the original author deleted the image, it is only for backup.
DeepL X © DeepL X Contributors, Released under the MIT License.