<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AI on Breeding and genetics</title>
    <link>https://blog.xijiang.org/tags/ai/</link>
    <description>Recent content in AI on Breeding and genetics</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 05 Feb 2026 12:02:39 +0100</lastBuildDate>
    <atom:link href="https://blog.xijiang.org/tags/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Local AI tools</title>
      <link>https://blog.xijiang.org/posts/local-ai-tools/</link>
      <pubDate>Thu, 05 Feb 2026 12:02:39 +0100</pubDate>
      <guid>https://blog.xijiang.org/posts/local-ai-tools/</guid>
      <description>&lt;p&gt;I am not an expert about nodejs. But gemini and copilot cli are&#xA;written in nodejs. One annoying issue before is that they have to be&#xA;installed globally which require root privileges. This post shows the&#xA;step to install them locally.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;mkdir -p ~/Music/ai-tools&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm init -y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;npm install @google/gemini-cli @github/copilot&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd ~/.local/bin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ln -s ~/Music/ai-tools/node_modules/.bin/gemini .&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ln -s ~/Music/ai-tools/node_modules/.bin/copilot .&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;In the same directory, create a file called &lt;code&gt;update-cli-tools.sh&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
